Clang format fixed
This commit is contained in:
@@ -532,7 +532,7 @@ void GameList::PopupContextMenu(const QPoint& menu_location) {
|
|||||||
context_menu.exec(tree_view->viewport()->mapToGlobal(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();
|
const std::string path = qpath.toStdString();
|
||||||
QAction* favorite = context_menu.addAction(tr("Favorite"));
|
QAction* favorite = context_menu.addAction(tr("Favorite"));
|
||||||
context_menu.addSeparator();
|
context_menu.addSeparator();
|
||||||
|
|||||||
@@ -116,8 +116,7 @@ signals:
|
|||||||
void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target);
|
void DumpRomFSRequested(u64 program_id, const std::string& game_path, DumpRomFSTarget target);
|
||||||
void VerifyIntegrityRequested(const std::string& game_path);
|
void VerifyIntegrityRequested(const std::string& game_path);
|
||||||
void CopyTIDRequested(u64 program_id);
|
void CopyTIDRequested(u64 program_id);
|
||||||
void CreateShortcut(u64 program_id, const QString& game_path,
|
void CreateShortcut(u64 program_id, const QString& game_path, GameListShortcutTarget target);
|
||||||
GameListShortcutTarget target);
|
|
||||||
void NavigateToGamedbEntryRequested(u64 program_id,
|
void NavigateToGamedbEntryRequested(u64 program_id,
|
||||||
const CompatibilityList& compatibility_list);
|
const CompatibilityList& compatibility_list);
|
||||||
void OpenPerGameGeneralRequested(const std::string& file);
|
void OpenPerGameGeneralRequested(const std::string& file);
|
||||||
|
|||||||
Reference in New Issue
Block a user