]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.hpp
Alert the user when something wrong accure during the update.
[vlc] / modules / gui / qt4 / dialogs / help.hpp
index 8669646d16f6f37399eb16208bed5745aadb81cb..e71534f60820e4e0dcf567beedd6bd3bda2661d4 100644 (file)
@@ -75,6 +75,9 @@ public slots:
 
 #ifdef UPDATE_CHECK
 
+static int UDOkEvent = QEvent::User + 1;
+static int UDErrorEvent = QEvent::User + 2;
+
 class UpdateDialog : public QVLCFrame
 {
     Q_OBJECT;
@@ -86,7 +89,7 @@ public:
         return instance;
     }
     virtual ~UpdateDialog();
-    void updateNotify();
+    void updateNotify( bool );
 
 private:
     UpdateDialog( intf_thread_t * );