forked from qt-creator/qt-creator
Including QStringMatcher
Reviewed-by: Thorbjørn Lindeijer
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
#include <QtCore/QStringMatcher>
|
||||
|
||||
using namespace CppTools::Internal;
|
||||
using namespace CPlusPlus;
|
||||
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
#include <texteditor/itexteditor.h>
|
||||
#include <texteditor/basetexteditor.h>
|
||||
|
||||
#include <QtCore/QStringMatcher>
|
||||
|
||||
using namespace CppTools::Internal;
|
||||
|
||||
CppQuickOpenFilter::CppQuickOpenFilter(CppModelManager *manager, Core::EditorManager *editorManager)
|
||||
|
||||
Reference in New Issue
Block a user