mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 19:19:16 +02:00
Coe cleanup
This commit is contained in:
@ -19,9 +19,9 @@ public:
|
||||
private:
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) || defined(Q_OS_ANDROID)
|
||||
QTextCodec *_codec;
|
||||
#else // QT 6.5
|
||||
#else // QT 6 || ANDROID
|
||||
QStringDecoder _decoder;
|
||||
#endif // QT 6.5
|
||||
#endif // QT 6 || ANDROID
|
||||
};
|
||||
|
||||
#endif // TEXTCODEC_H
|
||||
|
Reference in New Issue
Block a user