Bug 49896

Summary: Adapt to the changed signature of QObject::connectNotify/disconnectNotify in Qt 5
Product: Telepathy Reporter: Mikhail Zabaluev <mikhail.zabaluev>
Component: tp-qtAssignee: Telepathy bugs list <telepathy-bugs>
Status: RESOLVED FIXED QA Contact: Telepathy bugs list <telepathy-bugs>
Severity: major    
Priority: medium Keywords: patch
Version: git master   
Hardware: Other   
OS: All   
URL: http://cgit.freedesktop.org/~zabaluev/telepathy-qt/log/?h=qt5-connect-notify
Whiteboard:
i915 platform: i915 features:

Description Mikhail Zabaluev 2012-05-14 02:50:15 UTC
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.
Comment 1 Alexandr Akulich 2015-04-23 11:16:10 UTC
Commit 46029e9f26c78f95c9846097d296ddaec9826c44

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.