refs #485, removal of CEnableForRuntime

This commit is contained in:
Klaus Basan
2016-02-14 11:28:27 +01:00
committed by Mathew Sutcliffe
parent 158efe819a
commit 3829aaeae8
61 changed files with 490 additions and 984 deletions

View File

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