mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Follow up Ref T571, setting a default color for general UI settings, but not dialogs
This commit is contained in:
committed by
Mat Sutcliffe
parent
69306dbf7f
commit
8571feda30
@@ -33,7 +33,7 @@ namespace BlackGui
|
||||
explicit CSettingsFontDialog(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CSettingsFontDialog();
|
||||
virtual ~CSettingsFontDialog() override;
|
||||
|
||||
//! Get stylesheet
|
||||
const QString &getQss() const;
|
||||
|
||||
Reference in New Issue
Block a user