summaryrefslogtreecommitdiff
path: root/src/location/places/qplacereply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/places/qplacereply.h')
-rw-r--r--src/location/places/qplacereply.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/places/qplacereply.h b/src/location/places/qplacereply.h
index beec52b4..6cacd6be 100644
--- a/src/location/places/qplacereply.h
+++ b/src/location/places/qplacereply.h
@@ -50,12 +50,12 @@ Q_SIGNALS:
void error(QPlaceReply::Error error, const QString &errorString = QString());
protected:
- QPlaceReply(QObject *parent = 0);
+ QPlaceReply(QPlaceReplyPrivate *, QObject *parent = 0);
void setFinished(bool finished);
void setError(QPlaceReply::Error error, const QString &errorString);
-
+ QPlaceReplyPrivate *d_ptr;
private:
- QPlaceReplyPrivate *d;
+ Q_DISABLE_COPY(QPlaceReply)
};
QTM_END_NAMESPACE