summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 16:04:09 +0100
committerJonathan Bauer2011-03-24 16:04:09 +0100
commit0947d4577949dd34282701e78c2f500b1a1b20f5 (patch)
tree805c1e8715e6841d668bcce29f6d6384f461da09 /src/fbgui.cpp
parentseparated debug console creation and layout setup (diff)
downloadfbgui-0947d4577949dd34282701e78c2f500b1a1b20f5.tar.gz
fbgui-0947d4577949dd34282701e78c2f500b1a1b20f5.tar.xz
fbgui-0947d4577949dd34282701e78c2f500b1a1b20f5.zip
auto-ident ?
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);