mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #485, removal of CEnableForRuntime
This commit is contained in:
committed by
Mathew Sutcliffe
parent
158efe819a
commit
3829aaeae8
@@ -13,7 +13,6 @@
|
||||
#define BLACKGUI_AUDIOSETUPCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackcore/settings/audio.h"
|
||||
#include "blackmisc/audio/audiodeviceinfolist.h"
|
||||
#include <QFrame>
|
||||
@@ -27,8 +26,7 @@ namespace BlackGui
|
||||
{
|
||||
//! Audio setup such as input / output devices
|
||||
class BLACKGUI_EXPORT CAudioSetupComponent :
|
||||
public QFrame,
|
||||
public CEnableForRuntime
|
||||
public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -42,10 +40,6 @@ namespace BlackGui
|
||||
//! Play notification sounds (at all)
|
||||
bool playNotificationSounds() const;
|
||||
|
||||
protected:
|
||||
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
|
||||
virtual void runtimeHasBeenSet() override;
|
||||
|
||||
private slots:
|
||||
//! Reload settings
|
||||
void ps_reloadSettings();
|
||||
|
||||
Reference in New Issue
Block a user