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:
@@ -343,9 +343,9 @@ Runnable DebuggerKitAspect::runnable(const Kit *kit)
|
||||
return runnable;
|
||||
}
|
||||
|
||||
QList<Task> DebuggerKitAspect::validateDebugger(const Kit *k)
|
||||
Tasks DebuggerKitAspect::validateDebugger(const Kit *k)
|
||||
{
|
||||
QList<Task> result;
|
||||
Tasks result;
|
||||
|
||||
const ConfigurationErrors errors = configurationErrors(k);
|
||||
if (errors == NoConfigurationError)
|
||||
|
||||
Reference in New Issue
Block a user