Store the documents in an hash.

This commit is contained in:
Roberto Raggi
2009-12-07 11:12:55 +01:00
parent 14376c3c32
commit 60caec48d1
5 changed files with 18 additions and 17 deletions

View File

@@ -228,12 +228,12 @@ private:
QList<Scope *> _visibleScopes;
};
} // end of namespace CPlusPlus
uint qHash(const CPlusPlus::LookupItem &result);
} // end of namespace CPlusPlus
QT_BEGIN_NAMESPACE
uint qHash(const CPlusPlus::LookupItem &result);
QT_END_NAMESPACE
#endif // CPLUSPLUS_LOOKUPCONTEXT_H