forked from qt-creator/qt-creator
Remove BuildConfiguration parameter from RunConfiguration::isEnabled
Noone used it anyway, makes the code easier to refactor later. Change-Id: I367c3f15ec5034740760dfe1becd3063b2e19dc1 Reviewed-on: http://codereview.qt.nokia.com/187 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -86,10 +86,8 @@ QmlProjectRunConfiguration::QmlProjectRunConfiguration(QmlProjectTarget *parent,
|
||||
updateQtVersions();
|
||||
}
|
||||
|
||||
bool QmlProjectRunConfiguration::isEnabled(ProjectExplorer::BuildConfiguration *bc) const
|
||||
bool QmlProjectRunConfiguration::isEnabled() const
|
||||
{
|
||||
Q_UNUSED(bc);
|
||||
|
||||
return m_isEnabled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user