Open last active project.

This commit is contained in:
Oskar Wallgren
2015-06-29 20:33:31 +02:00
committed by Tres Finocchiaro
parent 571e4fd31a
commit dff7e3e4bb
3 changed files with 48 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ private slots:
void toggleDisplaydBV( bool _enabled );
void toggleMMPZ( bool _enabled );
void toggleDisableBackup( bool _enabled );
void toggleOpenLastProject( bool _enabled );
void toggleHQAudioDev( bool _enabled );
void openWorkingDir();
@@ -136,6 +137,7 @@ private:
bool m_displaydBV;
bool m_MMPZ;
bool m_disableBackup;
bool m_openLastProject;
bool m_hqAudioDev;
QString m_lang;
QStringList m_languages;