Skip to content
Snippets Groups Projects
Commit 8ecbb441 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Turn on C++0x support.

parent ec5b235f
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ Document::Document(const QString &fileName)
localFileName.size());
_translationUnit = new TranslationUnit(_control, fileId);
_translationUnit->setQtMocRunEnabled(true);
_translationUnit->setCxxOxEnabled(false);
_translationUnit->setCxxOxEnabled(true);
_translationUnit->setObjCEnabled(true);
(void) _control->switchTranslationUnit(_translationUnit);
}
......
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