Qt/CheatsManager: Let the 'Configure Dolphin' button shown in the Cheats Manager when Cheats are disabled actually open the settings.

This commit is contained in:
Admiral H. Curtiss 2021-09-16 06:49:03 +02:00
commit aee6e45386
No known key found for this signature in database
GPG key ID: F051B4C4044F33FB
3 changed files with 10 additions and 0 deletions

View file

@ -33,6 +33,9 @@ public:
explicit CheatsManager(QWidget* parent = nullptr);
~CheatsManager();
signals:
void OpenGeneralSettings();
private:
void CreateWidgets();
void ConnectWidgets();