diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2012-02-20 13:48:03 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-23 06:37:45 +0100 |
commit | 8c8af25c54e47d601571368f91e4424926f05d47 (patch) | |
tree | b1b9a15c30c714ffba654e7ced083e00f1dde3d3 /tests/auto/auto.pro | |
parent | 47b403d535a0e2c8246e1bae1e763cf2234d96f4 (diff) | |
download | qtlocation-8c8af25c54e47d601571368f91e4424926f05d47.tar.gz |
Provide default implementations for all QPlaceManagerEngine virtuals.
Provide a default implementation for all QPlaceManagerEngine virtual
functions. Plugin authors no longer need to explicitly implement
these functions to return errored replies.
Task-number: QTBUG-23500
Change-Id: I2a14b6dedb90df78c8c13acd637d7e81619219a3
Reviewed-by: abcd <amos.choy@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 86e5eb8d..651c33cd 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -8,6 +8,7 @@ SUBDIRS += qplace \ qplacedetailsreply \ qplaceeditorial \ qplacemanager \ + qplacemanager_unsupported \ qplacemanager_nokia \ qplacematchreply \ qplacematchrequest \ @@ -24,6 +25,7 @@ SUBDIRS += qplace \ qmlinterface SUBDIRS += geotestplugin \ + placesplugin_unsupported \ positionplugin \ positionplugintest \ qgeocodingmanagerplugins \ |