mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Use new debugger icons
This commit is contained in:
@ -42,8 +42,13 @@ private:
|
||||
void OnLoad();
|
||||
void OnSave();
|
||||
|
||||
void UpdateIcons();
|
||||
|
||||
QToolBar* m_toolbar;
|
||||
QTableWidget* m_table;
|
||||
QAction* m_new;
|
||||
QAction* m_delete;
|
||||
QAction* m_clear;
|
||||
QAction* m_load;
|
||||
QAction* m_save;
|
||||
};
|
||||
|
Reference in New Issue
Block a user