Auto-save - Fix double negations and some cleanup

This commit is contained in:
Oskar Wallgren
2017-02-06 19:03:57 +01:00
parent f244d9a966
commit 901fea51d0
4 changed files with 25 additions and 26 deletions

View File

@@ -176,8 +176,8 @@ private:
QString m_backgroundArtwork;
bool m_smoothScroll;
bool m_disableAutoSave;
bool m_disableRunningAutoSave;
bool m_enableAutoSave;
bool m_enableRunningAutoSave;
int m_saveInterval;
QSlider * m_saveIntervalSlider;
QLabel * m_saveIntervalLbl;