summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceimage.h
diff options
context:
space:
mode:
authorabcd <amos.choy@nokia.com>2011-11-14 11:11:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-16 05:36:56 +0100
commit4beb6dfa7f818ced9aff296728519d4a6590eb5c (patch)
tree3d2d85519e8f90968cb7601cd14061a4f4b8796e /src/location/places/qplaceimage.h
parentc19ae8bf96cd4135955347baebe18caafc9fc841 (diff)
downloadqtlocation-4beb6dfa7f818ced9aff296728519d4a6590eb5c.tar.gz
Cpp Documentation class documentation + plugin documentation
Change-Id: I52e9eee45b96c42500108646880f500df9dae55d Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplaceimage.h')
-rw-r--r--src/location/places/qplaceimage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/location/places/qplaceimage.h b/src/location/places/qplaceimage.h
index f2a41509..9f9091fc 100644
--- a/src/location/places/qplaceimage.h
+++ b/src/location/places/qplaceimage.h
@@ -60,7 +60,11 @@ class Q_LOCATION_EXPORT QPlaceImage : public QPlaceContent
{
public:
QPlaceImage();
+#ifdef Q_QDOC
+ QPlaceImage(const QPlaceContent &other);
+#else
Q_DECLARE_CONTENT_COPY_CTOR(QPlaceImage)
+#endif
virtual ~QPlaceImage();