mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 02:45:33 +08:00
Misc: removed redundant default value (settings), formatting, hide kill button
This commit is contained in:
committed by
Mathew Sutcliffe
parent
78c618e589
commit
2d56167e65
@@ -29,8 +29,7 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
//! Audio setup such as input / output devices
|
||||
class BLACKGUI_EXPORT CAudioSetupComponent :
|
||||
public QFrame
|
||||
class BLACKGUI_EXPORT CAudioSetupComponent : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -73,7 +72,6 @@ namespace BlackGui
|
||||
|
||||
QScopedPointer<Ui::CAudioSetupComponent> ui;
|
||||
BlackMisc::CSetting<BlackCore::Audio::TSettings> m_audioSettings { this, &CAudioSetupComponent::ps_reloadSettings };
|
||||
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user