mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45: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_VOICEROOMSCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "enableforruntime.h"
|
||||
#include "blackmisc/audio/voiceroomlist.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
@@ -26,8 +25,7 @@ namespace BlackGui
|
||||
{
|
||||
//! Displays the voice rooms
|
||||
class BLACKGUI_EXPORT CVoiceRoomsComponent :
|
||||
public QFrame,
|
||||
public CEnableForRuntime
|
||||
public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -38,10 +36,6 @@ namespace BlackGui
|
||||
//! Destructor
|
||||
~CVoiceRoomsComponent();
|
||||
|
||||
protected:
|
||||
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
|
||||
virtual void runtimeHasBeenSet() override;
|
||||
|
||||
private slots:
|
||||
//! Override for voice was changed
|
||||
void ps_onVoiceRoomOverrideChanged(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user