summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-12-15 14:04:50 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-15 08:15:13 +0100
commita925226d447a2a020ee1a5ce964be435c702c515 (patch)
treec9fd455a34c3bc8c3e3e4af2f9a6b86b87bf7423
parent95cb93dc590697242bf26ea59db050a7b0b1656d (diff)
Remove Qt5 comment from qsignalspy.h.
The removed comment refers to a task in a bug tracker that no longer exists. The comment also mentions making (part of) testlib use Qt's regular binary compatibility mechanisms, which is desirable in the long term but not in scope for Qt 5. Change-Id: I6f23a9a2c8a84e30afe2aeb5c53ea93c25ba6f11 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--src/testlib/qsignalspy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testlib/qsignalspy.h b/src/testlib/qsignalspy.h
index 61ce12a3a4..38a718d2a2 100644
--- a/src/testlib/qsignalspy.h
+++ b/src/testlib/qsignalspy.h
@@ -56,8 +56,6 @@ QT_MODULE(Test)
class QVariant;
-/* ### Qt5: change the class to use regular BC mechanisms, such that we can
- * implement things like suggested in task 160192. */
class QSignalSpy: public QObject, public QList<QList<QVariant> >
{
public: