mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-24 05:58:08 +00:00
Remove qdebug call.
This commit is contained in:
parent
05410652ca
commit
490e86917f
@ -18,7 +18,6 @@ FreedesktopBackend::FreedesktopBackend()
|
|||||||
QDBusPendingReply<QStringList> reply = m_interface->GetCapabilities();
|
QDBusPendingReply<QStringList> reply = m_interface->GetCapabilities();
|
||||||
QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this);
|
QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this);
|
||||||
connect(watcher, &QDBusPendingCallWatcher::finished, [reply, watcher, this](){
|
connect(watcher, &QDBusPendingCallWatcher::finished, [reply, watcher, this](){
|
||||||
qDebug() << reply.value();
|
|
||||||
m_supportsRichtext = reply.value().contains(QLatin1String("body-markup"));
|
m_supportsRichtext = reply.value().contains(QLatin1String("body-markup"));
|
||||||
watcher->deleteLater();
|
watcher->deleteLater();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user