mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Update Application.h
This commit is contained in:
parent
b3ce36f130
commit
fca4e2abba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue