summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp b/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp
index f7a029879d..7491975ef2 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp
+++ b/share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp
@@ -30,9 +30,7 @@
namespace QmlDesigner {
-ReparentInstancesCommand::ReparentInstancesCommand()
-{
-}
+ReparentInstancesCommand::ReparentInstancesCommand() = default;
ReparentInstancesCommand::ReparentInstancesCommand(const QVector<ReparentContainer> &container)
: m_reparentInstanceVector(container)