SetupDialog: added option for disabling auto save feature

As requested by various users, it should be configurable whether the
auto save feature is active or not.
This commit is contained in:
Tobias Doerffel
2012-10-27 22:45:59 +02:00
parent d448e6743d
commit c1368ddb1a
3 changed files with 28 additions and 4 deletions

View File

@@ -105,6 +105,7 @@ private slots:
void toggleDisableChActInd( bool _disabled );
void toggleManualChPiano( bool _enabled );
void toggleSmoothScroll( bool _enabled );
void toggleAutoSave( bool _enabled );
void toggleOneInstrumentTrackWindow( bool _enabled );
void toggleCompactTrackButtons( bool _enabled );
@@ -152,6 +153,7 @@ private:
bool m_disableChActInd;
bool m_manualChPiano;
bool m_smoothScroll;
bool m_disableAutoSave;
bool m_oneInstrumentTrackWindow;
bool m_compactTrackButtons;