clang format

This commit is contained in:
ElBread3 2024-10-15 12:19:32 -05:00
parent 3565470ca6
commit 6763cb93c2

View File

@ -295,7 +295,7 @@ public:
Common::FS::PathToQString(game_update_path, m_games[itemID].path.concat("-UPDATE")); Common::FS::PathToQString(game_update_path, m_games[itemID].path.concat("-UPDATE"));
Common::FS::PathToQString( Common::FS::PathToQString(
dlc_path, Config::getAddonInstallDir() / dlc_path, Config::getAddonInstallDir() /
Common::FS::PathFromQString(folder_path).parent_path().filename()); Common::FS::PathFromQString(folder_path).parent_path().filename());
QString message_type = tr("Game"); QString message_type = tr("Game");
if (selected == deleteUpdate) { if (selected == deleteUpdate) {