ProjectExplorer: Simplify return statements

Change-Id: Ifef006cd2dcc567097ce16376eab9ccedb092f04
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2023-08-01 20:52:58 +02:00
parent 9098bcd706
commit 8d8e60436d
40 changed files with 91 additions and 100 deletions

View File

@@ -52,7 +52,7 @@ private:
}
return displayPath.isEmpty() ? Tr::tr("[none]") : displayPath.toUserOutput();
}
return QVariant();
return {};
}
const RunConfigurationCreationInfo m_creationInfo;