summaryrefslogtreecommitdiff
path: root/src/positioning/qgeosatelliteinfosource.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/positioning/qgeosatelliteinfosource.h')
-rw-r--r--src/positioning/qgeosatelliteinfosource.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/positioning/qgeosatelliteinfosource.h b/src/positioning/qgeosatelliteinfosource.h
index 4e5d62ad..9d6603bb 100644
--- a/src/positioning/qgeosatelliteinfosource.h
+++ b/src/positioning/qgeosatelliteinfosource.h
@@ -50,7 +50,8 @@ class QGeoSatelliteInfoSourcePrivate;
class Q_POSITIONING_EXPORT QGeoSatelliteInfoSource : public QObject
{
Q_OBJECT
- Q_PROPERTY(int updateInterval READ updateInterval WRITE setUpdateInterval)
+ Q_PROPERTY(int updateInterval READ updateInterval WRITE setUpdateInterval BINDABLE
+ bindableUpdateInterval)
Q_PROPERTY(int minimumUpdateInterval READ minimumUpdateInterval)
public:
@@ -76,6 +77,8 @@ public:
virtual void setUpdateInterval(int msec);
int updateInterval() const;
+ QBindable<int> bindableUpdateInterval();
+
virtual int minimumUpdateInterval() const = 0;
virtual Error error() const = 0;