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
parent
f3b3e79feb
commit
47a275c0ba
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue