forked from qt-creator/qt-creator
Add a run configuration for winscw emulator.
The runner uses the applicationlauncher internally, which is now exported from the projectexplorer plugin for that reason.
This commit is contained in:
@@ -79,7 +79,8 @@ void RunConfiguration::restore(const PersistentSettingsReader &reader)
|
||||
}
|
||||
|
||||
|
||||
IRunConfigurationFactory::IRunConfigurationFactory()
|
||||
IRunConfigurationFactory::IRunConfigurationFactory(QObject *parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -87,7 +88,8 @@ IRunConfigurationFactory::~IRunConfigurationFactory()
|
||||
{
|
||||
}
|
||||
|
||||
IRunConfigurationRunner::IRunConfigurationRunner()
|
||||
IRunConfigurationRunner::IRunConfigurationRunner(QObject *parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user