ProjectExplorer: Compile fix

Amends 6688623b37.

Change-Id: I89477ac44634402539fe58b243c036d478a762db
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2018-09-10 11:47:46 +02:00
parent 6688623b37
commit 3ffe3588d7

View File

@@ -401,7 +401,7 @@ bool RunConfiguration::fromMap(const QVariantMap &map)
\sa ProjectExplorer::IRunConfigurationAspect
*/
QList<IRunConfigurationAspect *> RunConfiguration::extraAspects() const
const QList<IRunConfigurationAspect *> RunConfiguration::aspects() const
{
return m_aspects;
}