forked from qt-creator/qt-creator
QmlDesigner: Modernize
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using modernize-use-default-member-init modernize-use-equals-default Change-Id: Ic42b5c59fed5a4a01853138542d8156471e86f58 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -29,9 +29,7 @@
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
DebugOutputCommand::DebugOutputCommand()
|
||||
{
|
||||
}
|
||||
DebugOutputCommand::DebugOutputCommand() = default;
|
||||
|
||||
DebugOutputCommand::DebugOutputCommand(const QString &text, DebugOutputCommand::Type type, const QVector<qint32> &instanceIds)
|
||||
: m_instanceIds(instanceIds)
|
||||
|
Reference in New Issue
Block a user