From a925226d447a2a020ee1a5ce964be435c702c515 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Thu, 15 Dec 2011 14:04:50 +1000 Subject: 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 --- src/testlib/qsignalspy.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/testlib/qsignalspy.h') 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 > { public: -- cgit v1.2.3