mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Ref T131, formatting
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_LED_H
|
||||
#define BLACKGUI_LED_H
|
||||
#ifndef BLACKGUI_LEDWIDGET_H
|
||||
#define BLACKGUI_LEDWIDGET_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
|
||||
|
||||
@@ -28,12 +28,11 @@
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
|
||||
//! Status messages, e.g. from Core -> GUI
|
||||
class BLACKMISC_EXPORT CStatusMessageList :
|
||||
public CSequence<CStatusMessage>,
|
||||
public ITimestampObjectList<CStatusMessage, CStatusMessageList>,
|
||||
public BlackMisc::Mixin::MetaType<CStatusMessageList>
|
||||
public Mixin::MetaType<CStatusMessageList>
|
||||
{
|
||||
public:
|
||||
BLACKMISC_DECLARE_USING_MIXIN_METATYPE(CStatusMessageList)
|
||||
|
||||
@@ -92,5 +92,4 @@ namespace XSwiftBus
|
||||
m_service->updateAirportsInRange();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user