Fix TextEditor plugin compilation

Declare classes before use them in QObject::connect().

Change-Id: Id9e8b6f753b303948e0d9d1dc9a29d9592bd6807
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Alex Trotsenko
2015-02-13 19:06:16 +02:00
parent 0352e54253
commit b3d9c5e5e9

View File

@@ -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>