diff options
author | Joseph Herlant <herlantj@gmail.com> | 2018-05-25 22:07:07 -0700 |
---|---|---|
committer | Joseph Herlant <aerostitch@users.noreply.github.com> | 2018-05-25 22:17:50 -0700 |
commit | 41a1264cdd43a11695de85eab0bd3c941abf2b70 (patch) | |
tree | 3da1ef3bebc674807258ae824ff9156a64adf370 /navit/gui/qml/ngqpoint.h | |
parent | 8a76acb966f7059caf9d72c853175bd923b1e9d7 (diff) | |
download | navit-41a1264cdd43a11695de85eab0bd3c941abf2b70.tar.gz |
cleanup:cmake:remove trailing spaces
Diffstat (limited to 'navit/gui/qml/ngqpoint.h')
-rw-r--r-- | navit/gui/qml/ngqpoint.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/navit/gui/qml/ngqpoint.h b/navit/gui/qml/ngqpoint.h index b1e6312ff..14aaddc61 100644 --- a/navit/gui/qml/ngqpoint.h +++ b/navit/gui/qml/ngqpoint.h @@ -94,7 +94,7 @@ public: this->c.x = c->x; this->c.y = c->y; this->type=type; - + this->name=name; this->coord=this->_coordString(); } @@ -116,7 +116,7 @@ public slots: this->coord=this->_coordString(); } QString pointName() { - return this->name; + return this->name; } QString coordString() { return this->coord; @@ -311,12 +311,12 @@ protected: mr=map_rect_new(m, &sel); if (! mr) continue; - while ((item=map_rect_get_item(mr))) { + while ((item=map_rect_get_item(mr))) { data=street_get_data(item); - if (transform_within_dist_item(&co, item->type, data->c, data->count, dist)) { + if (transform_within_dist_item(&co, item->type, data->c, data->count, dist)) { if (item_attr_get(item, attr_label, &attr)) { label=map_convert_string(m, attr.u.str); - this->item=*item; + this->item=*item; this->_setUrl(item); if (QString(item_to_name(item->type)).startsWith(QString("poi_"))) { ret=QString::fromLocal8Bit(item_to_name(item->type)); |