Update Application.h

This commit is contained in:
Konstantin 2014-04-17 00:09:58 +02:00
parent b3ce36f130
commit fca4e2abba

View file

@ -128,6 +128,7 @@ public:
void initializeGL();
void paintGL();
void resizeGL(int width, int height);
void urlGoTo(int argc, const char * constArgv[]);
void keyPressEvent(QKeyEvent* event);
void keyReleaseEvent(QKeyEvent* event);
@ -509,7 +510,6 @@ private:
void displayUpdateDialog();
bool shouldSkipVersion(QString latestVersion);
void takeSnapshot();
void urlGoTo(int argc, const char * constArgv[]);
TouchEvent _lastTouchEvent;