Correcting for PR comments

This commit is contained in:
Anselm Busse
2022-08-25 22:18:05 -05:00
committed by Cameron Gutman
parent de88176995
commit 0802609fd8
6 changed files with 42 additions and 17 deletions
+1 -1
View File
@@ -626,7 +626,7 @@ int main(int argc, char *argv[])
initialView = "qrc:/gui/CliListAppsSegue.qml";
ListCommandLineParser listParser;
listParser.parse(app.arguments());
auto launcher = new CliListApps::Launcher(listParser.getHost(), &app);
auto launcher = new CliListApps::Launcher(listParser.getHost(), listParser.isPrintCSV(), &app);
engine.rootContext()->setContextProperty("launcher", launcher);
break;
}