summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index bc92515..a155616 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -9,13 +9,14 @@
#include <QtWebKit>
#include <QxtCore>
-QString serialLocation("");
-QString fileToTriggerURL("");
-QString sessionID("");
-QUrl baseURL("");
+
QString binPath("");
+QUrl baseURL("");
QString downloadPath("");
int updateInterval = -1;
+QString fileToTriggerURL("");
+QString serialLocation("");
+QString sessionID("");
int debugMode = -1;
//-------------------------------------------------------------------------------------------
@@ -217,7 +218,8 @@ void fbgui::setupBasicDebug()
}
}
//-------------------------------------------------------------------------------------------
-void fbgui::createDebugConsole(){
+void fbgui::createDebugConsole()
+{
// create the debug console widget
_debugConsole = new QTextEdit(this);
_debugConsole->setWindowFlags(Qt::FramelessWindowHint);