Qt: Add warning when save state versions change in auto updater

This commit is contained in:
Connor McLaughlin
2020-09-29 23:12:43 +10:00
parent 75734c25c7
commit e88d36513e
2 changed files with 16 additions and 1 deletions

View File

@@ -55,4 +55,5 @@ private:
QString m_download_url;
bool m_display_messages = false;
bool m_update_will_break_save_states = false;
};