summarylogtreecommitdiffstats
path: root/IPlugin.h.patch
diff options
context:
space:
mode:
authorAdrien Prost-Boucle2016-11-26 23:22:15 +0100
committerAdrien Prost-Boucle2016-11-26 23:22:15 +0100
commit7a3b42fd2076eb727a12a8a2bdf8c0d2a8d15271 (patch)
tree075cd40637eb2373452b446b935dc631d1929ab5 /IPlugin.h.patch
downloadaur-7a3b42fd2076eb727a12a8a2bdf8c0d2a8d15271.tar.gz
Initial commit
Diffstat (limited to 'IPlugin.h.patch')
-rw-r--r--IPlugin.h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/IPlugin.h.patch b/IPlugin.h.patch
new file mode 100644
index 000000000000..785c855fafcd
--- /dev/null
+++ b/IPlugin.h.patch
@@ -0,0 +1,11 @@
+--- Plugins/PluginSystem/IPlugin.h
++++ Plugins/PluginSystem/IPlugin.h
+@@ -12,7 +12,7 @@
+ #ifndef IPLUGIN_H
+ #define IPLUGIN_H
+
+-#include "QWidget.h"
++#include <QWidget>
+ #include "PluginSettingsModel.h"
+
+ #include <QString>