1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

Revert "Use QHash as the order is not important"

This reverts commit 9898d6987ca7fcefce4bfec636db57b59ff297bb.
This commit is contained in:
Uwe L. Korn 2015-06-11 20:12:11 +02:00
parent 9898d6987c
commit d6b79e1cb1

View File

@ -45,9 +45,9 @@ private:
QList< Resolver* > resolvers;
QList< QPointer<Tomahawk::ExternalResolver> > scriptResolvers;
QList< ResolverFactoryFunc > resolverFactories;
QMultiHash< QID, Tomahawk::Resolver* > qidsState;
QHash< QID, query_ptr > qids;
QHash< RID, result_ptr > rids;
QMultiMap< QID, Tomahawk::Resolver* > qidsState;
QMap< QID, query_ptr > qids;
QMap< RID, result_ptr > rids;
QMutex mut; // for m_qids, m_rids