forked from qt-creator/qt-creator
CMake: Remove no more used CMakeRunConfiguration::setRunMode function
Change-Id: I1e618408ba87fa1fbcd3c78498adb83d149d935a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -111,11 +111,6 @@ ApplicationLauncher::Mode CMakeRunConfiguration::runMode() const
|
|||||||
return extraAspect<TerminalAspect>()->runMode();
|
return extraAspect<TerminalAspect>()->runMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMakeRunConfiguration::setRunMode(ApplicationLauncher::Mode runMode)
|
|
||||||
{
|
|
||||||
extraAspect<TerminalAspect>()->setRunMode(runMode);
|
|
||||||
}
|
|
||||||
|
|
||||||
QString CMakeRunConfiguration::workingDirectory() const
|
QString CMakeRunConfiguration::workingDirectory() const
|
||||||
{
|
{
|
||||||
EnvironmentAspect *aspect = extraAspect<EnvironmentAspect>();
|
EnvironmentAspect *aspect = extraAspect<EnvironmentAspect>();
|
||||||
|
|||||||
@@ -61,7 +61,6 @@ public:
|
|||||||
|
|
||||||
QString executable() const;
|
QString executable() const;
|
||||||
ProjectExplorer::ApplicationLauncher::Mode runMode() const;
|
ProjectExplorer::ApplicationLauncher::Mode runMode() const;
|
||||||
void setRunMode(ProjectExplorer::ApplicationLauncher::Mode runMode);
|
|
||||||
QString workingDirectory() const;
|
QString workingDirectory() const;
|
||||||
QString commandLineArguments() const;
|
QString commandLineArguments() const;
|
||||||
QWidget *createConfigurationWidget();
|
QWidget *createConfigurationWidget();
|
||||||
|
|||||||
Reference in New Issue
Block a user