mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
Ref T421, UI for the interpolation log.messages
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#ifndef BLACKGUI_COMPONENTS_INTERPOLATIONCOMPONENT_H
|
||||
#define BLACKGUI_COMPONENTS_INTERPOLATIONCOMPONENT_H
|
||||
|
||||
#include "blackmisc/aviation/callsign.h"
|
||||
#include <QFrame>
|
||||
#include <QScopedPointer>
|
||||
#include "blackgui/blackguiexport.h"
|
||||
@@ -39,6 +40,9 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CInterpolationComponent> ui;
|
||||
|
||||
//! Display log messages
|
||||
void displayInterpolationMessages();
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user