Clang format fixed

This commit is contained in:
boludoz 2023-10-03 20:37:52 -03:00
parent 604b1b6c86
commit 590c2a8d8b
2 changed files with 2 additions and 3 deletions

View file

@ -532,7 +532,7 @@ void GameList::PopupContextMenu(const QPoint& menu_location) {
context_menu.exec(tree_view->viewport()->mapToGlobal(menu_location));
}
void GameList::AddGamePopup(QMenu& context_menu, u64 program_id, const QString & qpath) {
void GameList::AddGamePopup(QMenu& context_menu, u64 program_id, const QString& qpath) {
const std::string path = qpath.toStdString();
QAction* favorite = context_menu.addAction(tr("Favorite"));
context_menu.addSeparator();

View file

@ -116,8 +116,7 @@ signals:
void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target);
void VerifyIntegrityRequested(const std::string& game_path);
void CopyTIDRequested(u64 program_id);
void CreateShortcut(u64 program_id, const QString& game_path,
GameListShortcutTarget target);
void CreateShortcut(u64 program_id, const QString& game_path, GameListShortcutTarget target);
void NavigateToGamedbEntryRequested(u64 program_id,
const CompatibilityList& compatibility_list);
void OpenPerGameGeneralRequested(const std::string& file);