summaryrefslogtreecommitdiff
path: root/qt4/tests
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-09-16 21:26:50 +0300
committerOlli Salli <ollisal@gmail.com>2011-10-10 19:17:42 +0300
commit026e98d9d4988926a74cb34aa354848a9d538d30 (patch)
tree350349fcd2e1c1dd3ab4ef0d1a543c1610e9aa61 /qt4/tests
parent164c8f0a73d7449bdc4a55d8f4845752e191f3fd (diff)
Ditto for STS::ParamsGen
Diffstat (limited to 'qt4/tests')
-rw-r--r--qt4/tests/dbus/stream-tube-handlers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt4/tests/dbus/stream-tube-handlers.cpp b/qt4/tests/dbus/stream-tube-handlers.cpp
index 95fd4117b..08f1798bf 100644
--- a/qt4/tests/dbus/stream-tube-handlers.cpp
+++ b/qt4/tests/dbus/stream-tube-handlers.cpp
@@ -789,7 +789,7 @@ void TestStreamTubeHandlers::testRegistration()
CookieGenerator() : serial(0) {}
QVariantMap nextParameters(const AccountPtr &account, const OutgoingStreamTubeChannelPtr &tube,
- const ChannelRequestHints &hints) const
+ const ChannelRequestHints &hints)
{
QVariantMap params;
params.insert(QLatin1String("cookie-y"),
@@ -798,7 +798,7 @@ void TestStreamTubeHandlers::testRegistration()
}
private:
- mutable uint serial; // mmm. I wonder if we should make nextParameters() non-const? that'd require giving a non const pointer when exporting too.
+ uint serial;
} httpGenerator;
QVariantMap whiteboardParams;