forked from qt-creator/qt-creator
GenericProjectManager: De-O_OBJECT-ify GenericMakeStep
Change-Id: I8f65d9461a48d27e6cf21b32f7b364127a7036b5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -34,6 +34,12 @@ using namespace ProjectExplorer;
|
|||||||
namespace GenericProjectManager {
|
namespace GenericProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
|
class GenericMakeStep : public ProjectExplorer::MakeStep
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit GenericMakeStep(BuildStepList *parent, Core::Id id);
|
||||||
|
};
|
||||||
|
|
||||||
GenericMakeStep::GenericMakeStep(BuildStepList *parent, Core::Id id)
|
GenericMakeStep::GenericMakeStep(BuildStepList *parent, Core::Id id)
|
||||||
: MakeStep(parent, id)
|
: MakeStep(parent, id)
|
||||||
{
|
{
|
||||||
|
@@ -27,20 +27,10 @@
|
|||||||
|
|
||||||
#include <projectexplorer/makestep.h>
|
#include <projectexplorer/makestep.h>
|
||||||
|
|
||||||
QT_FORWARD_DECLARE_CLASS(QListWidgetItem);
|
|
||||||
|
|
||||||
namespace GenericProjectManager {
|
namespace GenericProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class GenericMakeStep : public ProjectExplorer::MakeStep
|
class GenericMakeStepFactory final : public ProjectExplorer::BuildStepFactory
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
|
||||||
explicit GenericMakeStep(ProjectExplorer::BuildStepList *parent, Core::Id id);
|
|
||||||
};
|
|
||||||
|
|
||||||
class GenericMakeStepFactory : public ProjectExplorer::BuildStepFactory
|
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
GenericMakeStepFactory();
|
GenericMakeStepFactory();
|
||||||
|
Reference in New Issue
Block a user