ProjectExplorer: Anticipatory obedience

Change-Id: I6c597d64f08ccff16f834055ca23641f30bd8382
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2019-05-28 10:05:33 +02:00
parent a49175aa29
commit effbd54ae2

View File

@@ -102,7 +102,7 @@ private:
friend class TaskHub; friend class TaskHub;
}; };
using Tasks = QList<Task>; using Tasks = QVector<Task>;
bool PROJECTEXPLORER_EXPORT operator==(const Task &t1, const Task &t2); bool PROJECTEXPLORER_EXPORT operator==(const Task &t1, const Task &t2);
uint PROJECTEXPLORER_EXPORT qHash(const Task &task); uint PROJECTEXPLORER_EXPORT qHash(const Task &task);