Fixed compile with g++ 4.4.3

This commit is contained in:
Thorbjørn Lindeijer
2010-05-05 16:49:12 +02:00
parent 2b95b46e43
commit b603e77f37

View File

@@ -139,7 +139,7 @@ private:
bool completeConstructors(CPlusPlus::Class *klass);
bool completeQtMethod(const QList<CPlusPlus::LookupItem> &context,
bool completeQtMethod(const QList<CPlusPlus::LookupItem> &results,
const CPlusPlus::LookupContext &context,
bool wantSignals);