Fix OS2 bug.

This commit is contained in:
Martin Rotter 2015-11-22 12:15:15 +01:00
parent 490d0209cb
commit 8eb34100a4
2 changed files with 1 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#include <QThread> #include <QThread>
#include <QDebug> #include <QDebug>
#include <QMetaType>
FeedDownloader::FeedDownloader(QObject *parent) : QObject(parent) { FeedDownloader::FeedDownloader(QObject *parent) : QObject(parent) {

View file

@ -98,7 +98,6 @@ void Notification::notify(const QString &text, const QString &title, const QIcon
argument_list << hints; // hints argument_list << hints; // hints
argument_list << (int)-1; // timeout in ms argument_list << (int)-1; // timeout in ms
// TODO: obrazky https://dev.visucore.com/bitcoin/doxygen/notificator_8cpp_source.html
QDBusMessage response = m_dBusInterface->callWithArgumentList(QDBus::AutoDetect, "Notify", argument_list); QDBusMessage response = m_dBusInterface->callWithArgumentList(QDBus::AutoDetect, "Notify", argument_list);
if (response.arguments().size() == 1) { if (response.arguments().size() == 1) {