mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Ref T773, log.categories for log.display and messages if logging starts
This commit is contained in:
committed by
Mat Sutcliffe
parent
af12325856
commit
1d9fd71305
@@ -17,6 +17,7 @@
|
||||
#include "blackmisc/simulation/interpolationlogger.h"
|
||||
#include "blackmisc/aviation/aircraftsituationlist.h"
|
||||
#include "blackmisc/aviation/callsign.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include "blackmisc/identifiable.h"
|
||||
|
||||
#include <QStringListModel>
|
||||
@@ -41,6 +42,9 @@ namespace BlackGui
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Categories
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Tabs
|
||||
enum Tab
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user