From 41a1264cdd43a11695de85eab0bd3c941abf2b70 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Fri, 25 May 2018 22:07:07 -0700 Subject: cleanup:cmake:remove trailing spaces --- navit/gui/qml/ngqpoint.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'navit/gui/qml/ngqpoint.h') 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)); -- cgit v1.2.1