forked from qt-creator/qt-creator
Python: Move PySideBuildConfiguration to .cpp
Not publicly needed and closer to the generic pattern. Change-Id: I886f95c24b957b8d3943cd115814bceb6a76b651 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -9,18 +9,6 @@
|
||||
|
||||
namespace Python::Internal {
|
||||
|
||||
class PySideBuildConfiguration : public ProjectExplorer::BuildConfiguration
|
||||
{
|
||||
public:
|
||||
PySideBuildConfiguration(ProjectExplorer::Target *target, Utils::Id id);
|
||||
};
|
||||
|
||||
class PySideBuildConfigurationFactory : public ProjectExplorer::BuildConfigurationFactory
|
||||
{
|
||||
public:
|
||||
PySideBuildConfigurationFactory();
|
||||
};
|
||||
|
||||
class PySideBuildStep : public ProjectExplorer::AbstractProcessStep
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -41,4 +29,10 @@ public:
|
||||
PySideBuildStepFactory();
|
||||
};
|
||||
|
||||
class PySideBuildConfigurationFactory : public ProjectExplorer::BuildConfigurationFactory
|
||||
{
|
||||
public:
|
||||
PySideBuildConfigurationFactory();
|
||||
};
|
||||
|
||||
} // Python::Internal
|
||||
|
||||
Reference in New Issue
Block a user