Skip to content
Snippets Groups Projects
Commit b603e77f authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Fixed compile with g++ 4.4.3

parent 2b95b46e
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ private: ...@@ -139,7 +139,7 @@ private:
bool completeConstructors(CPlusPlus::Class *klass); bool completeConstructors(CPlusPlus::Class *klass);
bool completeQtMethod(const QList<CPlusPlus::LookupItem> &context, bool completeQtMethod(const QList<CPlusPlus::LookupItem> &results,
const CPlusPlus::LookupContext &context, const CPlusPlus::LookupContext &context,
bool wantSignals); bool wantSignals);
......
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