diff options
Diffstat (limited to 'qmapwatchlet/mapview.h')
-rw-r--r-- | qmapwatchlet/mapview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmapwatchlet/mapview.h b/qmapwatchlet/mapview.h index caa2730..93d8691 100644 --- a/qmapwatchlet/mapview.h +++ b/qmapwatchlet/mapview.h @@ -36,7 +36,7 @@ public: void setUpdateInterval(int msec); bool decolor() const; - void setDecolor(bool decolor) const; + void setDecolor(bool decolor); qreal zoomLevel() const; void setZoomLevel(qreal level); |