forked from qt-creator/qt-creator
ProjectExplorer: Introduce a alias for QList<Tasks>
Change-Id: I91391ad22b420926b0f512cac23cfe009048b218 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -92,9 +92,9 @@ QmakeKitAspect::QmakeKitAspect()
|
||||
setPriority(24000);
|
||||
}
|
||||
|
||||
QList<Task> QmakeKitAspect::validate(const Kit *k) const
|
||||
Tasks QmakeKitAspect::validate(const Kit *k) const
|
||||
{
|
||||
QList<Task> result;
|
||||
Tasks result;
|
||||
QtSupport::BaseQtVersion *version = QtSupport::QtKitAspect::qtVersion(k);
|
||||
|
||||
FileName mkspec = QmakeKitAspect::mkspec(k);
|
||||
|
||||
Reference in New Issue
Block a user