mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T682 Don't convert text codec name to lower case, as it is case sensitive.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace BlackMisc
|
||||
const QString &getTextCodec() const { return m_textCodec; }
|
||||
|
||||
//! Set codec
|
||||
void setTextCodec(const QString &codec) { m_textCodec = codec.trimmed().toLower(); }
|
||||
void setTextCodec(const QString &codec) { m_textCodec = codec.trimmed(); }
|
||||
|
||||
//! Get send / receive details
|
||||
SendReceiveDetails getSendReceiveDetails() const;
|
||||
|
||||
Reference in New Issue
Block a user