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,9 +13,9 @@
#define BLACKGUI_LOGINCOMPONENT_H
#include "blackgui/blackguiexport.h"
#include "blackgui/components/enableforruntime.h"
#include "blackcore/data/globalsetup.h"
#include "blackcore/settings/network.h"
#include "blackmisc/simulation/simulatedaircraft.h"
#include "blackmisc/network/server.h"
#include "blackmisc/network/entityflags.h"
#include <QFrame>
@@ -29,8 +29,7 @@ namespace BlackGui
{
//! Login component
class BLACKGUI_EXPORT CLoginComponent :
public QFrame,
public CEnableForRuntime
public QFrame
{
Q_OBJECT
@@ -55,10 +54,6 @@ namespace BlackGui
//! Main info area chnaged
void mainInfoAreaChanged(const QWidget *currentWidget);
protected:
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private slots:
//! Login cancelled
void ps_loginCancelled();