mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
Apply some Clang-Tidy fixes
This commit is contained in:
parent
c0fbf3091e
commit
93552a5958
34 changed files with 59 additions and 59 deletions
|
@ -2191,7 +2191,7 @@ bool game_list_frame::SearchMatchesApp(const QString& name, const QString& seria
|
|||
|
||||
std::string game_list_frame::CurrentSelectionIconPath()
|
||||
{
|
||||
std::string selection = "";
|
||||
std::string selection;
|
||||
|
||||
if (m_gameList->selectedItems().count())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue