mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #335, formatting, member initialization, new icons, remove redundant methods
This commit is contained in:
committed by
Roland Winklmeier
parent
c965fbb785
commit
b0f01a3ec6
@@ -13,7 +13,6 @@
|
||||
#define BLACKGUI_TEXTMESSAGECOMPONENT_H
|
||||
|
||||
#include "blackgui/components/runtimebasedcomponent.h"
|
||||
#include "blackgui/components/timerbasedcomponent.h"
|
||||
#include "blackmisc/nwtextmessage.h"
|
||||
#include "blackmisc/avaircraft.h"
|
||||
#include "blackmisc/nwtextmessagelist.h"
|
||||
@@ -29,7 +28,9 @@ namespace BlackGui
|
||||
namespace Components
|
||||
{
|
||||
//! Text message widget
|
||||
class CTextMessageComponent : public QTabWidget, public CRuntimeBasedComponent
|
||||
class CTextMessageComponent :
|
||||
public QTabWidget,
|
||||
public CRuntimeBasedComponent
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user