forked from qt-creator/qt-creator
ProjectExplorer: Compile fix
Amends 6688623b37.
Change-Id: I89477ac44634402539fe58b243c036d478a762db
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -401,7 +401,7 @@ bool RunConfiguration::fromMap(const QVariantMap &map)
|
|||||||
\sa ProjectExplorer::IRunConfigurationAspect
|
\sa ProjectExplorer::IRunConfigurationAspect
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QList<IRunConfigurationAspect *> RunConfiguration::extraAspects() const
|
const QList<IRunConfigurationAspect *> RunConfiguration::aspects() const
|
||||||
{
|
{
|
||||||
return m_aspects;
|
return m_aspects;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user