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.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/designer/src/lib/sdk/abstractpropertyeditor.cpp b/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
index c154b834b..b9cdeca63 100644
--- a/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
+++ b/src/designer/src/lib/sdk/abstractpropertyeditor.cpp
@@ -98,9 +98,7 @@ QDesignerPropertyEditorInterface::QDesignerPropertyEditorInterface(QWidget *pare
/*!
Destroys the property editor interface.
*/
-QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface()
-{
-}
+QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface() = default;
/*!
Returns a pointer to \QD's current QDesignerFormEditorInterface
@@ -108,7 +106,7 @@ QDesignerPropertyEditorInterface::~QDesignerPropertyEditorInterface()
*/
QDesignerFormEditorInterface *QDesignerPropertyEditorInterface::core() const
{
- return 0;
+ return nullptr;
}
/*!