Home
last modified time | relevance | path

Searched defs:QGeoCodeReply (Results 1 – 2 of 2) sorted by relevance

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeocodereply.cpp96 QGeoCodeReply::QGeoCodeReply(QObject *parent) in QGeoCodeReply() function in QGeoCodeReply
100 QGeoCodeReply::QGeoCodeReply(QGeoCodeReplyPrivate &dd, QObject *parent) in QGeoCodeReply() function in QGeoCodeReply
110 QGeoCodeReply::QGeoCodeReply(Error error, const QString &errorString, QObject *parent) in QGeoCodeReply() function in QGeoCodeReply
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtLocation.py10 class QGeoCodeReply(QObject): class