made file function inline static
This commit is contained in:
@@ -240,13 +240,4 @@ bool FileFunctions::RenameFileAllowOverwrite(const QString &from, const QString
|
||||
return true;
|
||||
}
|
||||
|
||||
QString FileFunctions::GetFormattedExecutableForPlatform(QString unformatted)
|
||||
{
|
||||
#ifdef Q_OS_WINDOWS
|
||||
unformatted.append(QStringLiteral(".exe"));
|
||||
#endif
|
||||
|
||||
return unformatted;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user