forked from qt-creator/qt-creator
ProjectExplorer: Anticipatory obedience
Change-Id: I6c597d64f08ccff16f834055ca23641f30bd8382 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user