QTfrontend/ui/page/pagevideos.h
changeset 7386 e82a076df09b
parent 7353 0e55228e1303
child 7392 bc3306c59a08
--- 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)