summarylogtreecommitdiffstats
path: root/qt-5.6.patch
blob: 33d4f5a5c485d77a37a17b7e0e6fefa8c17a98de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur webissues-1.1.4-orig/src/commands/command.h webissues-1.1.4/src/commands/command.h
--- webissues-1.1.4-orig/src/commands/command.h	2015-03-04 15:35:09.844855000 +0500
+++ webissues-1.1.4/src/commands/command.h	2017-03-25 09:11:36.609124907 +0500
@@ -20,6 +20,8 @@
 #ifndef COMMAND_H
 #define COMMAND_H
 
+class QIODevice;
+
 #include "reply.h"
 
 #include <QObject>