Fix OS2 bug.
This commit is contained in:
		
							parent
							
								
									490d0209cb
								
							
						
					
					
						commit
						8eb34100a4
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) { | ||||||
|  |  | ||||||
|  | @ -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) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue