diff --git a/interface/src/Application.h b/interface/src/Application.h index de5f1fe113..a09483a1ba 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -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;