summaryrefslogtreecommitdiff
path: root/src/location/places/qplacedetailsreply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacedetailsreply.h')
-rw-r--r--src/location/places/qplacedetailsreply.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/location/places/qplacedetailsreply.h b/src/location/places/qplacedetailsreply.h
index eed7b618..52bbf343 100644
--- a/src/location/places/qplacedetailsreply.h
+++ b/src/location/places/qplacedetailsreply.h
@@ -56,15 +56,16 @@ class Q_LOCATION_EXPORT QPlaceDetailsReply : public QPlaceReply
{
Q_OBJECT
public:
- QPlaceDetailsReply(QObject *parent =0);
+ explicit QPlaceDetailsReply(QObject *parent = 0);
virtual ~QPlaceDetailsReply();
QPlaceReply::Type type() const;
- QPlace result() const;
+ QPlace place() const;
protected:
- void setResult(const QPlace &result);
+ void setPlace(const QPlace &place);
+
private:
Q_DISABLE_COPY(QPlaceDetailsReply)
Q_DECLARE_PRIVATE(QPlaceDetailsReply)