[Bug 49896] New: Adapt to the changed signature of QObject::connectNotify/disconnectNotify in Qt 5

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 14 11:50:15 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=49896

             Bug #: 49896
           Summary: Adapt to the changed signature of
                    QObject::connectNotify/disconnectNotify in Qt 5
    Classification: Unclassified
           Product: Telepathy
           Version: git master
          Platform: Other
               URL: http://cgit.freedesktop.org/~zabaluev/telepathy-qt/log
                    /?h=qt5-connect-notify
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: major
          Priority: medium
         Component: tp-qt
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: mikhail.zabaluev at nokia.com
         QAContact: telepathy-bugs at lists.freedesktop.org


In a very bleeding-edge Qt 5, the virtual
functions QObject::connectNotify/disconnectNotify have changed signature. They
used to take a const char * as argument. The new signatures are

    void connectNotify(const QMetaMethod &signal);
    void disconnectNotify(const QMetaMethod &signal);

telepathy-qt needs to adapt to this change. Check the proposed branch.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list