summaryrefslogtreecommitdiffstats
path: root/tests/auto/qnetworkreply
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-03-18 13:21:08 +0100
committerThierry Bastian <thierry.bastian@nokia.com>2010-03-18 13:22:25 +0100
commit5f71d6d05e277ad6b90b6a829c599eed1ec8d59e (patch)
tree15eff5d1ee2c90ae99cefcd1c9c47ee71a0f27de /tests/auto/qnetworkreply
parenta3ef1b5e0d8e7181793db07ba3a2fe1546c952ac (diff)
Fix compilation issues of autotest on solaris
Task-number: QTBUG-8590
Diffstat (limited to 'tests/auto/qnetworkreply')
-rw-r--r--tests/auto/qnetworkreply/tst_qnetworkreply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
index 76e69c5627..e11900e903 100644
--- a/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
+++ b/tests/auto/qnetworkreply/tst_qnetworkreply.cpp
@@ -3952,7 +3952,7 @@ void tst_QNetworkReply::httpReUsingConnectionSequential()
}
class HttpReUsingConnectionFromFinishedSlot : public QObject {
- Q_OBJECT;
+ Q_OBJECT
public:
QNetworkReply* reply1;
QNetworkReply* reply2;