1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

Coe cleanup

This commit is contained in:
2024-06-16 07:04:43 +02:00
parent 0d79dca72e
commit e73b9f36c5
3 changed files with 8 additions and 8 deletions

View File

@ -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