28class QPlaceContentPrivate :
public QSharedData
31 QPlaceContentPrivate(QPlaceContent::Type type)
34 bool compare(
const QPlaceContentPrivate *other)
const;
35 QPlaceContent::Type type()
const {
return m_type; }
37 QMap<QPlaceContent::DataTag, QVariant> data;
38 const QPlaceContent::Type m_type = QPlaceContent::NoType;