mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-23 13:38:05 +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();
|
||||
QDBusPendingCallWatcher *watcher = new QDBusPendingCallWatcher(reply, this);
|
||||
connect(watcher, &QDBusPendingCallWatcher::finished, [reply, watcher, this](){
|
||||
qDebug() << reply.value();
|
||||
m_supportsRichtext = reply.value().contains(QLatin1String("body-markup"));
|
||||
watcher->deleteLater();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user