summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/sdk/abstractformwindowtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/sdk/abstractformwindowtool.h')
-rw-r--r--src/designer/src/lib/sdk/abstractformwindowtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/sdk/abstractformwindowtool.h b/src/designer/src/lib/sdk/abstractformwindowtool.h
index 5d57f7ccb..d6fecf63a 100644
--- a/src/designer/src/lib/sdk/abstractformwindowtool.h
+++ b/src/designer/src/lib/sdk/abstractformwindowtool.h
@@ -45,7 +45,7 @@ class QDESIGNER_SDK_EXPORT QDesignerFormWindowToolInterface: public QObject
{
Q_OBJECT
public:
- explicit QDesignerFormWindowToolInterface(QObject *parent = Q_NULLPTR);
+ explicit QDesignerFormWindowToolInterface(QObject *parent = nullptr);
virtual ~QDesignerFormWindowToolInterface();
virtual QDesignerFormEditorInterface *core() const = 0;