Qt: Improve updater

This commit is contained in:
spycrab
2018-03-22 12:20:15 +01:00
parent 2e92d95888
commit ee3d64145c
11 changed files with 240 additions and 42 deletions

View File

@ -98,6 +98,10 @@ public:
QFont GetDebugFont() const;
void SetDebugFont(QFont font);
// Auto-Update
QString GetAutoUpdateTrack() const;
void SetAutoUpdateTrack(const QString& mode);
// Other
GameListModel* GetGameListModel() const;
signals:
@ -119,6 +123,7 @@ signals:
void CodeVisibilityChanged(bool visible);
void DebugModeToggled(bool enabled);
void DebugFontChanged(QFont font);
void AutoUpdateTrackChanged(const QString& mode);
private:
bool m_controller_state_needed = false;