forked from qt-creator/qt-creator
Another compile fix with current Qt dev
Add some #include <QList> that were implicit before. Change-Id: I9e64a6cc7548141e690568913fa75f80d5f3f464 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -27,8 +27,9 @@
|
||||
|
||||
#include <texteditor/codeassist/iassistproposalmodel.h>
|
||||
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
#include <QSharedPointer>
|
||||
#include <QString>
|
||||
|
||||
namespace TextEditor { class BaseTextEditor; }
|
||||
|
||||
|
@@ -27,6 +27,7 @@
|
||||
|
||||
#include "texteditor_global.h"
|
||||
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
#include <QMetaType>
|
||||
#include <QSharedPointer>
|
||||
|
Reference in New Issue
Block a user