mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Qt: clean up gui_settings.h - move general functions to qt_utils.h
This commit is contained in:
parent
c10e195dba
commit
baea538c32
15 changed files with 187 additions and 175 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "game_list_frame.h"
|
||||
|
||||
#include "qt_utils.h"
|
||||
#include "settings_dialog.h"
|
||||
#include "table_item_delegate.h"
|
||||
#include "custom_table_widget_item.h"
|
||||
|
@ -790,7 +790,7 @@ void game_list_frame::RepaintIcons(const bool& fromSettings)
|
|||
}
|
||||
else
|
||||
{
|
||||
m_Icon_Color = gui::get_Label_Color("gamelist_icon_background_color");
|
||||
m_Icon_Color = gui::utils::get_label_color("gamelist_icon_background_color");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue