summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 40f105b..77b339b 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -54,6 +54,7 @@ private:
void createActions();
bool checkHost() const;
void watchFileTrigger();
+ void loadURL();
// widgets constituing the gui
@@ -69,9 +70,10 @@ private:
QFileSystemWatcher* _watcher;
private slots:
+ void checkForTrigger(const QString& dirname);
// slots for processing actions
void toggleDebug();
- void checkForTrigger(const QString& dirname);
+
};
#endif // FBGUI_H