mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05: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_SETTINGSNETWORKSERVERSCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackcore/data/globalsetup.h"
|
||||
#include "blackcore/settings/network.h"
|
||||
#include <QFrame>
|
||||
@@ -27,8 +26,7 @@ namespace BlackGui
|
||||
{
|
||||
//! Settings for network servers
|
||||
class BLACKGUI_EXPORT CSettingsNetworkServersComponent :
|
||||
public QFrame,
|
||||
public CEnableForRuntime
|
||||
public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user