forked from qt-creator/qt-creator
TextEditor: Fix missing include
Change-Id: I02914da77ce24c2748697b4bdc7208a39bb63a09 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
cc94548999
commit
11e3aec454
@@ -34,6 +34,8 @@
|
|||||||
#include <QMap>
|
#include <QMap>
|
||||||
#include <QSharedPointer>
|
#include <QSharedPointer>
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QAction;
|
class QAction;
|
||||||
class QTextCursor;
|
class QTextCursor;
|
||||||
|
|||||||
Reference in New Issue
Block a user