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_INFOBARSTATUSCOMPONENT_H
#include "blackgui/blackguiexport.h"
#include "enableforruntime.h"
#include "blackcore/network.h"
#include "../led.h"
#include <QFrame>
@@ -26,8 +25,7 @@ namespace BlackGui
{
//! Info bar displaying status (Network, Simulator, DBus)
class BLACKGUI_EXPORT CInfoBarStatusComponent :
public QFrame,
public CEnableForRuntime
public QFrame
{
Q_OBJECT
@@ -47,10 +45,6 @@ namespace BlackGui
//! Tooltip for DBus
void setDBusTooltip(const QString &tooltip);
protected:
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
virtual void runtimeHasBeenSet() override;
private:
QScopedPointer<Ui::CInfoBarStatusComponent> ui;