mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17: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 initializeGL();
|
||||||
void paintGL();
|
void paintGL();
|
||||||
void resizeGL(int width, int height);
|
void resizeGL(int width, int height);
|
||||||
|
void urlGoTo(int argc, const char * constArgv[]);
|
||||||
|
|
||||||
void keyPressEvent(QKeyEvent* event);
|
void keyPressEvent(QKeyEvent* event);
|
||||||
void keyReleaseEvent(QKeyEvent* event);
|
void keyReleaseEvent(QKeyEvent* event);
|
||||||
|
@ -509,7 +510,6 @@ private:
|
||||||
void displayUpdateDialog();
|
void displayUpdateDialog();
|
||||||
bool shouldSkipVersion(QString latestVersion);
|
bool shouldSkipVersion(QString latestVersion);
|
||||||
void takeSnapshot();
|
void takeSnapshot();
|
||||||
void urlGoTo(int argc, const char * constArgv[]);
|
|
||||||
|
|
||||||
TouchEvent _lastTouchEvent;
|
TouchEvent _lastTouchEvent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue