mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
fix regression since 28b8a590c1
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
0e92ef89b9
commit
6a37828fa8
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ private:
|
|||
QPollingFileSystemWatcherEngine::QPollingFileSystemWatcherEngine()
|
||||
: timer(this)
|
||||
{
|
||||
connect(&timer, SIGNAL(timeout()), this, SLOT(timeout()));
|
||||
timer.start(PollingInterval);
|
||||
}
|
||||
|
||||
QStringList QPollingFileSystemWatcherEngine::addPaths(const QStringList &paths,
|
||||
|
|
Loading…
Add table
Reference in a new issue