summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp')
-rw-r--r--share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp b/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
index 012941d39a..d67c07be93 100644
--- a/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
+++ b/share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp
@@ -30,9 +30,7 @@
namespace QmlDesigner {
-ChangeFileUrlCommand::ChangeFileUrlCommand()
-{
-}
+ChangeFileUrlCommand::ChangeFileUrlCommand() = default;
ChangeFileUrlCommand::ChangeFileUrlCommand(const QUrl &fileUrl)
: m_fileUrl(fileUrl)