Fixes: gcc 4.3.2 compile warnings

This commit is contained in:
Friedemann Kleint
2008-12-19 10:49:29 +01:00
parent e970f43da7
commit d6fbb1b573
7 changed files with 14 additions and 13 deletions

View File

@@ -207,7 +207,8 @@ int FileWatcher::m_objectCount = 0;
QHash<QString,int> FileWatcher::m_fileCount;
QFileSystemWatcher *FileWatcher::m_watcher = 0;
FileWatcher::FileWatcher(QObject *parent)
FileWatcher::FileWatcher(QObject *parent) :
QObject(parent)
{
if (!m_watcher)
m_watcher = new QFileSystemWatcher();