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
f1021f2a
Commit
f1021f2a
authored
Dec 09, 2010
by
Leandro Melo
Browse files
Snippets: Replace forward declaration by include
Avoid issues with QXmlStream* classes on Mac. Reviewed-by: con
parent
3ec173bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/texteditor/snippets/snippetscollection.cpp
View file @
f1021f2a
...
...
@@ -40,7 +40,6 @@
#include <QtCore/QDir>
#include <QtCore/QDebug>
#include <QtCore/QXmlStreamReader>
#include <QtCore/QXmlStreamWriter>
#include <QtAlgorithms>
#include <iterator>
...
...
src/plugins/texteditor/snippets/snippetscollection.h
View file @
f1021f2a
...
...
@@ -35,8 +35,7 @@
#include <QtCore/QVector>
#include <QtCore/QStringList>
#include <QtCore/QHash>
QT_FORWARD_DECLARE_CLASS
(
QXmlStreamWriter
)
#include <QtCore/QXmlStreamWriter>
namespace
TextEditor
{
namespace
Internal
{
...
...
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