Browse Source

Don't use QCollator when it works on posix mode

PR #17204.
adaptive-webui-19844
brvphoenix 3 years ago committed by GitHub
parent
commit
7faa8b7a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/base/utils/compare.h

2
src/base/utils/compare.h

@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
#include <Qt>
#include <QtGlobal>
#ifndef Q_OS_WIN
#if !defined(Q_OS_WIN) && (!defined(Q_OS_UNIX) || defined(Q_OS_MACOS) || defined(QT_FEATURE_icu))
#define QBT_USE_QCOLLATOR
#include <QCollator>
#endif

Loading…
Cancel
Save