mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Fixed method name.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace BlackCore
|
|||||||
virtual ~IInterpolator() {}
|
virtual ~IInterpolator() {}
|
||||||
|
|
||||||
//! Log category
|
//! Log category
|
||||||
static QString getMessageCategory() { return "swift.interpolator"; }
|
static QString getLogCategory() { return "swift.interpolator"; }
|
||||||
|
|
||||||
//! Status of interpolation
|
//! Status of interpolation
|
||||||
struct BLACKCORE_EXPORT InterpolationStatus
|
struct BLACKCORE_EXPORT InterpolationStatus
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ namespace BlackCore
|
|||||||
virtual BlackMisc::Aviation::CAircraftSituation getInterpolatedSituation(const BlackMisc::Aviation::CCallsign &callsign, qint64 currentTimeSinceEpoc, bool vtolAiracraft, InterpolationStatus &status) const override;
|
virtual BlackMisc::Aviation::CAircraftSituation getInterpolatedSituation(const BlackMisc::Aviation::CCallsign &callsign, qint64 currentTimeSinceEpoc, bool vtolAiracraft, InterpolationStatus &status) const override;
|
||||||
|
|
||||||
//! Log category
|
//! Log category
|
||||||
static QString getMessageCategory() { return "swift.interpolatorlinear"; }
|
static QString getLogCategory() { return "swift.interpolatorlinear"; }
|
||||||
};
|
};
|
||||||
|
|
||||||
} // guard
|
} // guard
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ namespace BlackSimPlugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
//! Log message category
|
//! Log message category
|
||||||
static QString getMessageCategory() { return "swift.fscommon.fsuipc"; }
|
static QString getLogCategory() { return "swift.fscommon.fsuipc"; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! \copydoc QObject::timerEvent
|
//! \copydoc QObject::timerEvent
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ namespace BlackSimPlugin
|
|||||||
static HRESULT initDataDefinitionsWhenConnected(const HANDLE hSimConnect);
|
static HRESULT initDataDefinitionsWhenConnected(const HANDLE hSimConnect);
|
||||||
|
|
||||||
//! Log message category
|
//! Log message category
|
||||||
static QString getMessageCategory() { return "swift.fsx.simconnect"; }
|
static QString getLogCategory() { return "swift.fsx.simconnect"; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ public:
|
|||||||
~SwiftGuiStd();
|
~SwiftGuiStd();
|
||||||
|
|
||||||
//! Log message category
|
//! Log message category
|
||||||
static QString getMessageCategory() { return "swift.gui.stdgui"; }
|
static QString getLogCategory() { return "swift.gui.stdgui"; }
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
//! \remarks using widget pointer allows the component itself to identify if it is current
|
//! \remarks using widget pointer allows the component itself to identify if it is current
|
||||||
|
|||||||
Reference in New Issue
Block a user