mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-22 17:46:08 -04:00
Add missing voids
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -51,6 +51,8 @@ private:
|
|||||||
void SaveCheatSettings();
|
void SaveCheatSettings();
|
||||||
void SetAllCheats(bool enabled);
|
void SetAllCheats(bool enabled);
|
||||||
void ReloadCheatEngine() const;
|
void ReloadCheatEngine() const;
|
||||||
|
void OnContextMenu(const QPoint& pos);
|
||||||
|
void RefreshCheats();
|
||||||
|
|
||||||
std::unique_ptr<Ui::ConfigurePerGameCheats> ui;
|
std::unique_ptr<Ui::ConfigurePerGameCheats> ui;
|
||||||
FileSys::VirtualFile file;
|
FileSys::VirtualFile file;
|
||||||
@@ -61,6 +63,7 @@ private:
|
|||||||
QPushButton* enable_all_button;
|
QPushButton* enable_all_button;
|
||||||
QPushButton* disable_all_button;
|
QPushButton* disable_all_button;
|
||||||
QPushButton* save_button;
|
QPushButton* save_button;
|
||||||
|
QPushButton* refresh_button;
|
||||||
|
|
||||||
QVBoxLayout* layout;
|
QVBoxLayout* layout;
|
||||||
QTreeView* tree_view;
|
QTreeView* tree_view;
|
||||||
|
|||||||
Reference in New Issue
Block a user