summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-23 13:02:23 +0100
committerJonathan Bauer2011-03-23 13:02:23 +0100
commita7f6babcd8ad2c8f9146fd96755425b95fe61af9 (patch)
treec8570a7efe582b21e71026146473ea143c8c96ef /src/fbgui.cpp
parenttrigger file path definable (diff)
downloadfbgui-a7f6babcd8ad2c8f9146fd96755425b95fe61af9.tar.gz
fbgui-a7f6babcd8ad2c8f9146fd96755425b95fe61af9.tar.xz
fbgui-a7f6babcd8ad2c8f9146fd96755425b95fe61af9.zip
comment
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index d4b5c82..4aca2cc 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -152,7 +152,6 @@ void fbgui::netAccessible(const QString& name)
void fbgui::watchDHCP()
{
_webView->load(QUrl("qrc:/html/loadAbout.html"));
- // TODO change directory to the right one...
qxtLog->debug() << "Watching " << fileToTriggerURL;
QStringList pathToWatch(fileToTriggerURL);
_watcher = new QFileSystemWatcher(pathToWatch, this);