Minor GUI adjustments

This commit is contained in:
Klaus Basan
2017-01-27 01:00:20 +01:00
committed by Mathew Sutcliffe
parent 8fb79f613c
commit cbbab3fa19
9 changed files with 294 additions and 375 deletions

View File

@@ -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;