summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 25911fd..891e17a 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -33,6 +33,7 @@
#define DEFAULT_FILE_TRIGGER "/tmp/fbgui/trigger"
// Global settings variables
+extern QString ipConfigFilePath;
extern QThread dmThread;
extern QString serialLocation;
extern QString fileToTriggerURL;
@@ -43,6 +44,7 @@ extern QUrl baseURL;
extern int debugMode;
extern int updateInterval;
+
class fbgui: public QMainWindow {
Q_OBJECT
@@ -106,9 +108,11 @@ private slots:
// shut off the system
void performShutDown();
-
// reboot the system
void performReboot();
+ // prepareKexec
+ void prepareKexec();
+ void runKexec();
};
#endif // FBGUI_H