From 8eb34100a4c3e4647605bf14c31060dca7486388 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 22 Nov 2015 12:15:15 +0100 Subject: [PATCH] Fix OS2 bug. --- src/core/feeddownloader.cpp | 1 + src/gui/notifications/notification.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/feeddownloader.cpp b/src/core/feeddownloader.cpp index 505c947e6..3bdce23f0 100755 --- a/src/core/feeddownloader.cpp +++ b/src/core/feeddownloader.cpp @@ -22,6 +22,7 @@ #include #include +#include FeedDownloader::FeedDownloader(QObject *parent) : QObject(parent) { diff --git a/src/gui/notifications/notification.cpp b/src/gui/notifications/notification.cpp index 28128d088..78b522aef 100755 --- a/src/gui/notifications/notification.cpp +++ b/src/gui/notifications/notification.cpp @@ -98,7 +98,6 @@ void Notification::notify(const QString &text, const QString &title, const QIcon argument_list << hints; // hints 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); if (response.arguments().size() == 1) {