Provide support for fallback config values (#3551)

Provide support for fallback config values

Makes autosave and some other values checked by default.  Supersedes #3541
This commit is contained in:
Tres Finocchiaro
2017-05-13 23:15:10 -04:00
committed by GitHub
parent 290556e43d
commit 17b37e02a9
3 changed files with 16 additions and 3 deletions

View File

@@ -217,6 +217,9 @@ public:
const QString & value( const QString & cls,
const QString & attribute ) const;
const QString & value( const QString & cls,
const QString & attribute,
const QString & defaultVal ) const;
void setValue( const QString & cls, const QString & attribute,
const QString & value );
void deleteValue( const QString & cls, const QString & attribute);