Un-export QCollator{SortKey,}Private

This is private API, and used nowhere else except in qcollator*,
so don't export these classes.

Change-Id: I217fde97c60ab0a3e19774ed5a6eed8b156fff1d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Marc Mutz 2017-02-05 23:19:27 +01:00
parent f3b3e79feb
commit 47a275c0ba
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ typedef QVector<wchar_t> CollatorKeyType;
typedef int CollatorType;
#endif
class Q_CORE_EXPORT QCollatorPrivate
class QCollatorPrivate
{
public:
QAtomicInt ref;
@ -127,7 +127,7 @@ private:
Q_DISABLE_COPY(QCollatorPrivate)
};
class Q_CORE_EXPORT QCollatorSortKeyPrivate : public QSharedData
class QCollatorSortKeyPrivate : public QSharedData
{
friend class QCollator;
public: