forked from qt-creator/qt-creator
RunConfigurationAspect: Remove needless initialization
Change-Id: I31be0f58eb376b6ef6085995b11bb513897023c4 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -132,7 +132,7 @@ void TerminalAspect::setRunMode(ApplicationLauncher::Mode runMode)
|
||||
*/
|
||||
|
||||
WorkingDirectoryAspect::WorkingDirectoryAspect(RunConfiguration *runConfig, const QString &key)
|
||||
: IRunConfigurationAspect(runConfig), m_chooser(0), m_key(key)
|
||||
: IRunConfigurationAspect(runConfig), m_key(key)
|
||||
{
|
||||
setDisplayName(tr("Working Directory"));
|
||||
setId("WorkingDirectoryAspect");
|
||||
|
Reference in New Issue
Block a user