From: APTX Date: Thu, 21 Jun 2012 16:06:00 +0000 (+0200) Subject: Don't start DirectoryWatcher there... X-Git-Url: https://gitweb.aptx.org/?a=commitdiff_plain;h=effa7b1276f4a8062976cac290fb1ff55ecc7270;p=localmylist.git Don't start DirectoryWatcher there... --- diff --git a/localmylist/mylist.cpp b/localmylist/mylist.cpp index 1c0c871..3b397e5 100644 --- a/localmylist/mylist.cpp +++ b/localmylist/mylist.cpp @@ -153,8 +153,6 @@ void MyList::setupHostInfo() qWarning("Unknown host!"); } qDebug() << "host id" << hostId(); - - setupDirectoryWatcher(); } void MyList::loadLocalSettings(QSettings &s)