Ref T536, ATC and cockpit component request overlay text messages and use COverlayMessagesFrameEnableForDockWidgetInfoArea

This commit is contained in:
Klaus Basan
2019-02-11 04:06:04 +01:00
committed by Mat Sutcliffe
parent 045f79d0bd
commit 963ac03be0
4 changed files with 8 additions and 17 deletions

View File

@@ -12,7 +12,6 @@
#ifndef BLACKGUI_COMPONENTS_COCKPITCOMPONENT_H
#define BLACKGUI_COMPONENTS_COCKPITCOMPONENT_H
#include "blackgui/enablefordockwidgetinfoarea.h"
#include "blackgui/overlaymessagesframe.h"
#include "blackgui/blackguiexport.h"
@@ -29,9 +28,7 @@ namespace BlackGui
namespace Components
{
//! Cockpit component: COM unit, show / hide bar, voice rooms
class BLACKGUI_EXPORT CCockpitComponent :
public COverlayMessagesFrame,
public CEnableForDockWidgetInfoArea
class BLACKGUI_EXPORT CCockpitComponent : public COverlayMessagesFrameEnableForDockWidgetInfoArea
{
Q_OBJECT