aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp b/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp
index 271fbef1b9b..be0cd34ca1f 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp
+++ b/share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp
@@ -30,9 +30,7 @@
namespace QmlDesigner {
-ChangeNodeSourceCommand::ChangeNodeSourceCommand()
-{
-}
+ChangeNodeSourceCommand::ChangeNodeSourceCommand() = default;
ChangeNodeSourceCommand::ChangeNodeSourceCommand(qint32 newInstanceId, const QString &newNodeSource)
: m_instanceId(newInstanceId), m_nodeSource(newNodeSource)