mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
Qt: Update analytics checkbox after initial prompt
This commit is contained in:
parent
cd4881d74b
commit
8ebb3a015e
4 changed files with 24 additions and 3 deletions
|
@ -104,6 +104,10 @@ public:
|
|||
QString GetAutoUpdateTrack() const;
|
||||
void SetAutoUpdateTrack(const QString& mode);
|
||||
|
||||
// Analytics
|
||||
bool IsAnalyticsEnabled() const;
|
||||
void SetAnalyticsEnabled(bool enabled);
|
||||
|
||||
// Other
|
||||
GameListModel* GetGameListModel() const;
|
||||
signals:
|
||||
|
@ -126,6 +130,7 @@ signals:
|
|||
void DebugModeToggled(bool enabled);
|
||||
void DebugFontChanged(QFont font);
|
||||
void AutoUpdateTrackChanged(const QString& mode);
|
||||
void AnalyticsToggled(bool enabled);
|
||||
|
||||
private:
|
||||
bool m_controller_state_needed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue