Cheevos: Implement hardcore mode
This commit is contained in:
@@ -14,13 +14,17 @@ public:
|
||||
~AchievementSettingsWidget();
|
||||
|
||||
private Q_SLOTS:
|
||||
void updateEnableState();
|
||||
void updateLoginState();
|
||||
void onEnableToggled(bool checked);
|
||||
void onChallengeModeToggled(bool checked);
|
||||
void onLoginLogoutPressed();
|
||||
void onViewProfilePressed();
|
||||
void onAchievementsLoaded(quint32 id, const QString& game_info_string, quint32 total, quint32 points);
|
||||
|
||||
private:
|
||||
bool confirmChallengeModeEnable();
|
||||
void updateEnableState();
|
||||
void updateLoginState();
|
||||
|
||||
Ui::AchievementSettingsWidget m_ui;
|
||||
|
||||
QtHostInterface* m_host_interface;
|
||||
|
||||
Reference in New Issue
Block a user