]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.hpp
Declared many static variables const
[vlc] / modules / gui / qt4 / dialogs / help.hpp
index 10857a0d600bf0f81ff1386e1a7d9592d0f09f34..cc6963d593d8699495518cc2eb2d5801067cb2b3 100644 (file)
@@ -85,8 +85,8 @@ public slots:
 
 #ifdef UPDATE_CHECK
 
-static int UDOkEvent = QEvent::User + DialogEventType + 21;
-static int UDErrorEvent = QEvent::User + DialogEventType + 22;
+static const int UDOkEvent = QEvent::User + DialogEventType + 21;
+static const int UDErrorEvent = QEvent::User + DialogEventType + 22;
 
 class UpdateDialog : public QVLCFrame
 {