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_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