From d55fb60862a1fdc237a20db3d2a942fba50e6be4 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 17 Apr 2014 00:03:33 +0200 Subject: [PATCH] Added urlGoTo --- interface/src/Application.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/Application.h b/interface/src/Application.h index 6a14788caa..de5f1fe113 100644 --- a/interface/src/Application.h +++ b/interface/src/Application.h @@ -509,6 +509,7 @@ private: void displayUpdateDialog(); bool shouldSkipVersion(QString latestVersion); void takeSnapshot(); + void urlGoTo(int argc, const char * constArgv[]); TouchEvent _lastTouchEvent;