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>
This commit is contained in:
Jason McDonald 2011-12-15 14:04:50 +10:00 committed by Qt by Nokia
parent 95cb93dc59
commit a925226d44

View File

@ -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: