summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Trotsenko <alex1973tr@gmail.com>2015-02-13 19:06:16 +0200
committerAlex Trotsenko <alex1973tr@gmail.com>2015-02-13 19:12:51 +0000
commitb3d9c5e5e9d91feb7becbb4fa50006267a75f1cd (patch)
tree7ed7e3e7940641474f1692c99456ecc5f585212a
parent0352e54253d8759d2a1809727a0607827fdb3b1d (diff)
downloadqt-creator-b3d9c5e5e9d91feb7becbb4fa50006267a75f1cd.tar.gz
Fix TextEditor plugin compilation
Declare classes before use them in QObject::connect(). Change-Id: Id9e8b6f753b303948e0d9d1dc9a29d9592bd6807 Reviewed-by: hjk <hjk@theqtcompany.com>
-rw-r--r--src/plugins/texteditor/texteditor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditor.cpp b/src/plugins/texteditor/texteditor.cpp
index 2c502f60df..2a095bb535 100644
--- a/src/plugins/texteditor/texteditor.cpp
+++ b/src/plugins/texteditor/texteditor.cpp
@@ -50,6 +50,8 @@
#include "texteditoroverlay.h"
#include "texteditorsettings.h"
#include "typingsettings.h"
+#include "extraencodingsettings.h"
+#include "storagesettings.h"
#include <texteditor/codeassist/assistinterface.h>
#include <texteditor/codeassist/codeassistant.h>