summaryrefslogtreecommitdiffstats
path: root/src/fbgui/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2012-01-25 18:14:50 +0100
committerJonathan Bauer2012-01-25 18:14:50 +0100
commit2abf1cec73371fb4a97a078a47f521d23fbf0775 (patch)
tree14ab0635bfe6864a3b06ab8d39b7b47c14df61c7 /src/fbgui/fbgui.h
parentremoved cdhcpcd path from config, now through testApp. Added root check if ND... (diff)
downloadfbgui-2abf1cec73371fb4a97a078a47f521d23fbf0775.tar.gz
fbgui-2abf1cec73371fb4a97a078a47f521d23fbf0775.tar.xz
fbgui-2abf1cec73371fb4a97a078a47f521d23fbf0775.zip
debug console fixed, now basicly tail on logfile
Diffstat (limited to 'src/fbgui/fbgui.h')
-rw-r--r--src/fbgui/fbgui.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fbgui/fbgui.h b/src/fbgui/fbgui.h
index c6d5a01..4891194 100644
--- a/src/fbgui/fbgui.h
+++ b/src/fbgui/fbgui.h
@@ -101,14 +101,17 @@ private:
// watcher to detect changes in the observed directory.
QFileSystemWatcher* _watcher;
+ QFile* _logFile;
+ QTextStream* _logFileIn;
private slots:
// toggles debug console when action _toggleDebugConsole happens.
void toggleDebugConsole();
+ void refreshDebugConsole(const QString&);
// This function is triggered by fileChanged Signal of _watcher.
// It deletes _watcher, since we don't need it anymore and tries to load URL.
- void prepareURLLoad();
+ void prepareURLLoad(const QString&);
void loadURLDone(bool success);
// shut off the system