Skip to content
Snippets Groups Projects
Commit ead00db2 authored by Christian Stenger's avatar Christian Stenger
Browse files

CppEditor: Fix Qt4 compile


Change-Id: I3bad3687e06a5333359bd926cae2493f709aeff2
Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
parent 3e1a2c6c
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
#include <QList> #include <QList>
#include <QtTest> #include <QtTest>
Q_DECLARE_METATYPE(QList<QByteArray>)
using namespace CPlusPlus; using namespace CPlusPlus;
using namespace CppEditor::Internal; using namespace CppEditor::Internal;
using namespace CppTools; using namespace CppTools;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment