diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-03-18 12:21:08 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-03-18 12:22:25 (GMT) |
commit | 5f71d6d05e277ad6b90b6a829c599eed1ec8d59e (patch) | |
tree | 15eff5d1ee2c90ae99cefcd1c9c47ee71a0f27de /tests/auto/qdbuscontext/tst_qdbuscontext.cpp | |
parent | a3ef1b5e0d8e7181793db07ba3a2fe1546c952ac (diff) | |
download | Qt-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/qdbuscontext/tst_qdbuscontext.cpp')
-rw-r--r-- | tests/auto/qdbuscontext/tst_qdbuscontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdbuscontext/tst_qdbuscontext.cpp b/tests/auto/qdbuscontext/tst_qdbuscontext.cpp index be62d5b..2b7ac06 100644 --- a/tests/auto/qdbuscontext/tst_qdbuscontext.cpp +++ b/tests/auto/qdbuscontext/tst_qdbuscontext.cpp @@ -47,7 +47,7 @@ const char errorMsg[] = "A generic error"; class TestObject: public QObject, protected QDBusContext { Q_OBJECT - Q_CLASSINFO("D-Bus Interface", "com.trolltech.tst_QDBusContext.TestObject"); + Q_CLASSINFO("D-Bus Interface", "com.trolltech.tst_QDBusContext.TestObject") public: inline TestObject(QObject *parent) : QObject(parent) { } public Q_SLOTS: |