summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
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);