29class QPlaceContentPrivate :
public QSharedData
32 QPlaceContentPrivate(QPlaceContent::Type type)
35 bool compare(
const QPlaceContentPrivate *other)
const;
36 QPlaceContent::Type type()
const {
return m_type; }
38 QMap<QPlaceContent::DataTag, QVariant> data;
39 const QPlaceContent::Type m_type = QPlaceContent::NoType;