forked from qt-creator/qt-creator
bare-metal: Return initializier lists instead of ctors
Change-Id: Ifc764130ca9c20f77ae1e1549fddba41a900150a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -133,12 +133,12 @@ void GdbServerProvider::setResetCommands(const QString &cmds)
|
||||
|
||||
QString GdbServerProvider::executable() const
|
||||
{
|
||||
return QString();
|
||||
return {};
|
||||
}
|
||||
|
||||
QStringList GdbServerProvider::arguments() const
|
||||
{
|
||||
return QStringList();
|
||||
return {};
|
||||
}
|
||||
|
||||
bool GdbServerProvider::operator==(const GdbServerProvider &other) const
|
||||
|
||||
Reference in New Issue
Block a user