diff -r 8f675ab05802 -r e82a076df09b QTfrontend/ui/page/pagevideos.h --- a/QTfrontend/ui/page/pagevideos.h Tue Jul 10 21:56:25 2012 +0400 +++ b/QTfrontend/ui/page/pagevideos.h Tue Jul 10 21:58:19 2012 +0400 @@ -73,6 +73,8 @@ VideoItem* nameItem(int row); void play(int row); void updateDescription(); + void clearTemp(); + void clearThumbnail(); // options group QComboBox *comboAVFormats; @@ -88,7 +90,6 @@ QPushButton *btnPlay, *btnDelete; QLabel *labelDesc; QLabel *labelThumbnail; - QPixmap picThumbnail; // this flag is used to distinguish if cell was changed from code or by user // (in signal cellChanged)