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
Tobias Hunger
qt-creator
Commits
21bec0f7
Commit
21bec0f7
authored
Dec 01, 2010
by
Christian Kandeler
Browse files
Fix compilation.
Move #include directive along with matching code. Written-by: con
parent
e90c89e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/editormanager/editormanager.cpp
View file @
21bec0f7
...
...
@@ -80,8 +80,6 @@
#include <QtGui/QSplitter>
#include <QtGui/QStackedLayout>
#include <algorithm>
Q_DECLARE_METATYPE
(
Core
::
IEditor
*
)
enum
{
debugEditorManager
=
0
};
...
...
src/plugins/coreplugin/mimedatabase.cpp
View file @
21bec0f7
...
...
@@ -49,6 +49,8 @@
#include <QtXml/QXmlStreamReader>
#include <algorithm>
enum
{
debugMimeDB
=
0
};
// XML tags in mime files
...
...
Write
Preview
Supports
Markdown
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