summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbuscontext
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/qdbuscontext
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/qdbuscontext')
-rw-r--r--tests/auto/qdbuscontext/tst_qdbuscontext.cpp2
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: