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) {