summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceattribute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplaceattribute_p.h')
-rw-r--r--src/location/places/qplaceattribute_p.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/location/places/qplaceattribute_p.h b/src/location/places/qplaceattribute_p.h
index b1d576c0..849ef29f 100644
--- a/src/location/places/qplaceattribute_p.h
+++ b/src/location/places/qplaceattribute_p.h
@@ -61,11 +61,7 @@ QT_BEGIN_NAMESPACE
class QPlaceAttributePrivate : public QSharedData
{
public:
- QPlaceAttributePrivate(){}
- QPlaceAttributePrivate(const QPlaceAttributePrivate &other);
- virtual ~QPlaceAttributePrivate(){}
- virtual bool operator== (const QPlaceAttributePrivate &other) const;
- virtual QPlaceAttributePrivate *clone() const { return new QPlaceAttributePrivate(*this); }
+ bool operator== (const QPlaceAttributePrivate &other) const;
bool isEmpty() const;
@@ -73,8 +69,6 @@ public:
QString text;
};
-template<> QPlaceAttributePrivate *QSharedDataPointer<QPlaceAttributePrivate>::clone();
-
QT_END_NAMESPACE
#endif