Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
ElBread3 committed Oct 15, 2024
1 parent 9779403 commit 76da809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt_gui/gui_context_menus.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class GuiContextMenus : public QObject {
Common::FS::PathToQString(game_update_path, m_games[itemID].path.concat("-UPDATE"));
Common::FS::PathToQString(
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");

if (selected == deleteUpdate) {
Expand Down

0 comments on commit 76da809

Please sign in to comment.