mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #485, removal of CEnableForRuntime
This commit is contained in:
committed by
Mathew Sutcliffe
parent
158efe819a
commit
3829aaeae8
@@ -13,7 +13,7 @@
|
||||
#define BLACKGUI_INTERNALSCOMPONENT_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "enableforruntime.h"
|
||||
#include "blackmisc/aviation/aircraftparts.h"
|
||||
#include <QWidget>
|
||||
#include <QScopedArrayPointer>
|
||||
|
||||
@@ -23,11 +23,9 @@ namespace BlackGui
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
|
||||
//! Internals for debugging, statistics
|
||||
class BLACKGUI_EXPORT CInternalsComponent :
|
||||
public QWidget,
|
||||
public CEnableForRuntime
|
||||
public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -39,9 +37,6 @@ namespace BlackGui
|
||||
~CInternalsComponent();
|
||||
|
||||
protected:
|
||||
//! \copydoc CEnableForRuntime::runtimeHasBeenSet
|
||||
virtual void runtimeHasBeenSet() override;
|
||||
|
||||
//! \copydoc QWidget::showEvent
|
||||
virtual void showEvent(QShowEvent *event) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user