forked from qt-creator/qt-creator
ProjectExplorer: Simplify return statements
Change-Id: Ifef006cd2dcc567097ce16376eab9ccedb092f04 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -52,7 +52,7 @@ private:
|
||||
}
|
||||
return displayPath.isEmpty() ? Tr::tr("[none]") : displayPath.toUserOutput();
|
||||
}
|
||||
return QVariant();
|
||||
return {};
|
||||
}
|
||||
|
||||
const RunConfigurationCreationInfo m_creationInfo;
|
||||
|
||||
Reference in New Issue
Block a user