mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fixed method name.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user