mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T534, enable overlay messages for view/tree view
This commit is contained in:
committed by
Mat Sutcliffe
parent
474207eeab
commit
6fafaabbab
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_VIEWS_ATCSTATIONTREEVIEW_H
|
||||
#define BLACKGUI_VIEWS_ATCSTATIONTREEVIEW_H
|
||||
|
||||
#include "blackgui/overlaymessagesframe.h"
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/aviation/atcstationlist.h"
|
||||
#include "blackmisc/aviation/comsystem.h"
|
||||
@@ -36,7 +37,7 @@ namespace BlackGui
|
||||
namespace Views
|
||||
{
|
||||
//! ATC stations view
|
||||
class BLACKGUI_EXPORT CAtcStationTreeView : public QTreeView
|
||||
class BLACKGUI_EXPORT CAtcStationTreeView : public COverlayMessagesTreeView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user