summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfilesystemwatcher
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-03-18 12:21:08 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-03-18 12:22:25 (GMT)
commit5f71d6d05e277ad6b90b6a829c599eed1ec8d59e (patch)
tree15eff5d1ee2c90ae99cefcd1c9c47ee71a0f27de /tests/auto/qfilesystemwatcher
parenta3ef1b5e0d8e7181793db07ba3a2fe1546c952ac (diff)
downloadQt-5f71d6d05e277ad6b90b6a829c599eed1ec8d59e.zip
Qt-5f71d6d05e277ad6b90b6a829c599eed1ec8d59e.tar.gz
Qt-5f71d6d05e277ad6b90b6a829c599eed1ec8d59e.tar.bz2
Fix compilation issues of autotest on solaris
Task-number: QTBUG-8590
Diffstat (limited to 'tests/auto/qfilesystemwatcher')
-rw-r--r--tests/auto/qfilesystemwatcher/tst_qfilesystemwatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qfilesystemwatcher/tst_qfilesystemwatcher.cpp b/tests/auto/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
index 901099d..7138905 100644
--- a/tests/auto/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
+++ b/tests/auto/qfilesystemwatcher/tst_qfilesystemwatcher.cpp
@@ -405,7 +405,7 @@ void tst_QFileSystemWatcher::removePaths()
#if 0
class SignalTest : public QObject {
- Q_OBJECT;
+ Q_OBJECT
public slots:
void fileSlot(const QString &file) { qDebug() << "file " << file;}
void dirSlot(const QString &dir) { qDebug() << "dir" << dir;}