summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceidreply.h
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2011-10-07 10:06:03 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 05:25:50 +0200
commit9639f9485164ffb2a03d5edf6d5972d4048ea00c (patch)
treefed05f74a2a73583eaeb68d844200b3c92c17e54 /src/location/places/qplaceidreply.h
parent6f7d4efc56e33f49ae4289e93e26c38eb632fe5f (diff)
downloadqtlocation-9639f9485164ffb2a03d5edf6d5972d4048ea00c.tar.gz
Improve naming consistency in Places API.
Change-Id: Ic902592c3367a76fc0e23c237712224abbf31703 Reviewed-on: http://codereview.qt-project.org/6206 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aaron McCarthy <aaron.mccarthy@nokia.com>
Diffstat (limited to 'src/location/places/qplaceidreply.h')
-rw-r--r--src/location/places/qplaceidreply.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/location/places/qplaceidreply.h b/src/location/places/qplaceidreply.h
index f3512f48..54bd4a22 100644
--- a/src/location/places/qplaceidreply.h
+++ b/src/location/places/qplaceidreply.h
@@ -64,8 +64,7 @@ public:
RemoveCategory
};
- QPlaceIdReply(OperationType operationType,
- QObject *parent =0);
+ explicit QPlaceIdReply(OperationType operationType, QObject *parent = 0);
virtual ~QPlaceIdReply();
QPlaceReply::Type type() const;