Including QStringMatcher

Reviewed-by: Thorbjørn Lindeijer
This commit is contained in:
Robert Loehning
2009-07-22 10:51:11 +02:00
parent fb5d652fbf
commit 2d15fda219
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
#include <coreplugin/editormanager/editormanager.h>
#include <cplusplus/CppDocument.h>
#include <QtCore/QStringMatcher>
using namespace CppTools::Internal;
using namespace CPlusPlus;

View File

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