Add missing voids

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-02-04 15:57:50 +01:00
parent 9e5c7433e1
commit 280c75bef0

View File

@@ -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;