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:
@@ -350,12 +350,12 @@ GroupItem ProcessExtraCompiler::taskItemImpl(const ContentProvider &provider)
|
||||
|
||||
FilePath ProcessExtraCompiler::workingDirectory() const
|
||||
{
|
||||
return FilePath();
|
||||
return {};
|
||||
}
|
||||
|
||||
QStringList ProcessExtraCompiler::arguments() const
|
||||
{
|
||||
return QStringList();
|
||||
return {};
|
||||
}
|
||||
|
||||
bool ProcessExtraCompiler::prepareToRun(const QByteArray &sourceContents)
|
||||
|
||||
Reference in New Issue
Block a user