Follow up Ref T571, setting a default color for general UI settings, but not dialogs

This commit is contained in:
Klaus Basan
2019-03-30 00:39:08 +01:00
committed by Mat Sutcliffe
parent 69306dbf7f
commit 8571feda30
4 changed files with 28 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ namespace BlackGui
explicit CSettingsFontDialog(QWidget *parent = nullptr);
//! Destructor
virtual ~CSettingsFontDialog();
virtual ~CSettingsFontDialog() override;
//! Get stylesheet
const QString &getQss() const;