From c4b2be45d29a247422e60bb8fdf1664c10384eee Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 6 Dec 2021 03:51:08 -0600 Subject: First pass for Qt6 compatibility --- src/executableslist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/executableslist.cpp') diff --git a/src/executableslist.cpp b/src/executableslist.cpp index 78aa981d..137f38dc 100644 --- a/src/executableslist.cpp +++ b/src/executableslist.cpp @@ -94,7 +94,7 @@ void ExecutablesList::load(const MOBase::IPluginGame* game, const Settings& s) setExecutable(Executable() .title(map["title"].toString()) - .binaryInfo(map["binary"].toString()) + .binaryInfo(QFileInfo(map["binary"].toString())) .arguments(map["arguments"].toString()) .steamAppID(map["steamAppID"].toString()) .workingDirectory(map["workingDirectory"].toString()) -- cgit v1.3.1