diff options
author | abcd <amos.choy@nokia.com> | 2012-08-21 13:54:06 +1000 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-09-19 06:18:11 +0200 |
commit | b925bb4c5b98fcd28ab947334bdd0fa4924fdefd (patch) | |
tree | b15f9930ba50c494fc6f7a88ebb0c14590b08b59 /src/location/places/qplaceresult.h | |
parent | 87f7acdc3ca2665c620e5ce79fa45e5e68913cb2 (diff) | |
download | qtlocation-b925bb4c5b98fcd28ab947334bdd0fa4924fdefd.tar.gz |
Declare types as moveable
Change-Id: Iec7d8670576a34b7978675078565cf1335c7385b
Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
Diffstat (limited to 'src/location/places/qplaceresult.h')
-rw-r--r-- | src/location/places/qplaceresult.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location/places/qplaceresult.h b/src/location/places/qplaceresult.h index 3aa346e3..5b4edebc 100644 --- a/src/location/places/qplaceresult.h +++ b/src/location/places/qplaceresult.h @@ -77,6 +77,8 @@ private: Q_DECLARE_SEARCHRESULT_D_FUNC(QPlaceResult); }; +Q_DECLARE_TYPEINFO(QPlaceResult, Q_MOVABLE_TYPE); + QT_END_NAMESPACE QT_END_HEADER |