mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
fix: Update string representation for default codec
This commit is contained in:
@@ -144,7 +144,7 @@ namespace swift::misc::network
|
|||||||
static const CFsdSetup &vatsimStandard();
|
static const CFsdSetup &vatsimStandard();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QString m_textCodec = "latin1";
|
QString m_textCodec = "ISO-8859-1";
|
||||||
int m_sendReceive = static_cast<int>(All);
|
int m_sendReceive = static_cast<int>(All);
|
||||||
|
|
||||||
SWIFT_METACLASS(
|
SWIFT_METACLASS(
|
||||||
|
|||||||
Reference in New Issue
Block a user