Fixed method name.

This commit is contained in:
Mathew Sutcliffe
2016-06-02 01:22:30 +01:00
parent 000e22246f
commit 0246767e31
5 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ namespace BlackCore
virtual ~IInterpolator() {}
//! Log category
static QString getMessageCategory() { return "swift.interpolator"; }
static QString getLogCategory() { return "swift.interpolator"; }
//! Status of interpolation
struct BLACKCORE_EXPORT InterpolationStatus

View File

@@ -42,7 +42,7 @@ namespace BlackCore
virtual BlackMisc::Aviation::CAircraftSituation getInterpolatedSituation(const BlackMisc::Aviation::CCallsign &callsign, qint64 currentTimeSinceEpoc, bool vtolAiracraft, InterpolationStatus &status) const override;
//! Log category
static QString getMessageCategory() { return "swift.interpolatorlinear"; }
static QString getLogCategory() { return "swift.interpolatorlinear"; }
};
} // guard

View File

@@ -101,7 +101,7 @@ namespace BlackSimPlugin
}
//! Log message category
static QString getMessageCategory() { return "swift.fscommon.fsuipc"; }
static QString getLogCategory() { return "swift.fscommon.fsuipc"; }
protected:
//! \copydoc QObject::timerEvent

View File

@@ -165,7 +165,7 @@ namespace BlackSimPlugin
static HRESULT initDataDefinitionsWhenConnected(const HANDLE hSimConnect);
//! Log message category
static QString getMessageCategory() { return "swift.fsx.simconnect"; }
static QString getLogCategory() { return "swift.fsx.simconnect"; }
private:

View File

@@ -73,7 +73,7 @@ public:
~SwiftGuiStd();
//! Log message category
static QString getMessageCategory() { return "swift.gui.stdgui"; }
static QString getLogCategory() { return "swift.gui.stdgui"; }
signals:
//! \remarks using widget pointer allows the component itself to identify if it is current