mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Minor GUI adjustments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8fb79f613c
commit
cbbab3fa19
@@ -36,7 +36,7 @@ namespace BlackGui
|
||||
//! \remark needs to be in sync with tab order
|
||||
enum SettingTab
|
||||
{
|
||||
SettingTabOverview = 0,
|
||||
SettingTabOverview,
|
||||
SettingTabServers,
|
||||
SettingTabNetwork,
|
||||
SettingTabAudio,
|
||||
@@ -53,7 +53,7 @@ namespace BlackGui
|
||||
explicit CSettingsComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CSettingsComponent();
|
||||
virtual ~CSettingsComponent();
|
||||
|
||||
//! \copydoc CAudioSetupComponent::playNotificationSounds
|
||||
bool playNotificationSounds() const;
|
||||
|
||||
Reference in New Issue
Block a user