ProjectExplorer: De-qobject-ify RunConfigurationFactory

Some translations moved over to the corresponding RunConfigurations,
one setParent() replaced by direct deletion.

Change-Id: Ib5e527b71353a6be70b332ac2dfd2f5cd2499a60
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2018-04-06 14:13:07 +02:00
parent eea6a7c3b3
commit 0df9d6dda9
13 changed files with 13 additions and 25 deletions

View File

@@ -62,8 +62,6 @@ private:
class CMakeRunConfigurationFactory : public ProjectExplorer::RunConfigurationFactory
{
Q_OBJECT
public:
CMakeRunConfigurationFactory();
};