Bug 49896 - Adapt to the changed signature of QObject::connectNotify/disconnectNotify in Qt 5
Summary: Adapt to the changed signature of QObject::connectNotify/disconnectNotify in ...
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-qt (show other bugs)
Version: git master
Hardware: Other All
: medium major
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL: http://cgit.freedesktop.org/~zabaluev...
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2012-05-14 02:50 UTC by Mikhail Zabaluev
Modified: 2015-04-23 11:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.