aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp b/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp
index 3012bee180d..bbe8f305574 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp
+++ b/share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp
@@ -30,9 +30,7 @@
namespace QmlDesigner {
-CompleteComponentCommand::CompleteComponentCommand()
-{
-}
+CompleteComponentCommand::CompleteComponentCommand() = default;
CompleteComponentCommand::CompleteComponentCommand(const QVector<qint32> &container)
: m_instanceVector(container)