We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f007a commit 24b1bebCopy full SHA for 24b1beb
1 file changed
src/plugins/ProjectManager/ProjectManagerPlg.cpp
@@ -75,8 +75,8 @@ static auto regenerateKits(const std::filesystem::path &directoryPath) -> void {
75
KitDetector::platformUnix);
76
}
77
78
-static auto
79
-getCommandInterpreter(const QString &externalCommand) -> std::tuple<QString, QStringList> {
+static auto getCommandInterpreter(const QString &externalCommand)
+ -> std::tuple<QString, QStringList> {
80
QString interpreter;
81
QStringList command;
82
0 commit comments