diff --git a/src/corelib/tools/qcollator_p.h b/src/corelib/tools/qcollator_p.h index f244a7721a4..e89c08447c7 100644 --- a/src/corelib/tools/qcollator_p.h +++ b/src/corelib/tools/qcollator_p.h @@ -85,8 +85,8 @@ const CollatorType NoCollator = 0; #else // posix - ignores CollatorType collator, only handles system locale typedef QVector CollatorKeyType; -typedef int CollatorType; -const CollatorType NoCollator = 0; +typedef bool CollatorType; +const CollatorType NoCollator = false; #endif class QCollatorPrivate