summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/sdk/abstractpropertyeditor.cpp')
-rw-r--r--src/designer/src/lib/sdk/abstractpropertyeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/sdk/abstractpropertyeditor.cpp b/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
index c154b834b..82dad6d63 100644
--- a/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
+++ b/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
@@ -108,7 +108,7 @@ QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface()
*/
QDesignerFormEditorInterface *QDesignerPropertyEditorInterface::core() const
{
- return 0;
+ return nullptr;
}
/*!