Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
2d15fda2
Commit
2d15fda2
authored
Jul 22, 2009
by
Robert Loehning
Browse files
Including QStringMatcher
Reviewed-by: Thorbjørn Lindeijer
parent
fb5d652f
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/cpptools/cppcurrentdocumentfilter.cpp
View file @
2d15fda2
...
...
@@ -32,6 +32,8 @@
#include <coreplugin/editormanager/editormanager.h>
#include <cplusplus/CppDocument.h>
#include <QtCore/QStringMatcher>
using
namespace
CppTools
::
Internal
;
using
namespace
CPlusPlus
;
...
...
src/plugins/cpptools/cppquickopenfilter.cpp
View file @
2d15fda2
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment