forked from qt-creator/qt-creator
Designer: Partially pimpl and remove used of global object pool
Change-Id: I88f43678fb07d00501e7b5c04e992acee292d7fe Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
#include <QVariant>
|
||||
#include <QObject>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QSettings;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Designer {
|
||||
class FormClassWizardParameters;
|
||||
|
||||
@@ -42,7 +38,8 @@ class QtDesignerFormClassCodeGenerator : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit QtDesignerFormClassCodeGenerator(QObject *parent = nullptr);
|
||||
QtDesignerFormClassCodeGenerator();
|
||||
~QtDesignerFormClassCodeGenerator();
|
||||
|
||||
static bool generateCpp(const FormClassWizardParameters ¶meters,
|
||||
QString *header, QString *source, int indentation = 4);
|
||||
|
||||
Reference in New Issue
Block a user