Instiate overloads of operator->().

This commit is contained in:
Roberto Raggi
2010-05-12 16:04:43 +02:00
parent 1f3ce81061
commit 3c6ad0d845
4 changed files with 57 additions and 30 deletions

View File

@@ -1095,6 +1095,11 @@ bool CppCodeCompletion::completeMember(const QList<LookupItem> &baseResults,
return ! m_completions.isEmpty();
}
if (debug) {
Overview oo;
qDebug() << "hmm, got:" << oo(baseResults.first().type()) << typeid(*baseResults.first().type().type()).name();
}
return false;
}