summaryrefslogtreecommitdiff
path: root/navit/gui/qml/proxy.h
diff options
context:
space:
mode:
authorJoseph Herlant <herlantj@gmail.com>2018-05-25 22:07:07 -0700
committerJoseph Herlant <aerostitch@users.noreply.github.com>2018-05-25 22:17:50 -0700
commit41a1264cdd43a11695de85eab0bd3c941abf2b70 (patch)
tree3da1ef3bebc674807258ae824ff9156a64adf370 /navit/gui/qml/proxy.h
parent8a76acb966f7059caf9d72c853175bd923b1e9d7 (diff)
downloadnavit-41a1264cdd43a11695de85eab0bd3c941abf2b70.tar.gz
cleanup:cmake:remove trailing spaces
Diffstat (limited to 'navit/gui/qml/proxy.h')
-rw-r--r--navit/gui/qml/proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/gui/qml/proxy.h b/navit/gui/qml/proxy.h
index 72a696f00..ebdb0667a 100644
--- a/navit/gui/qml/proxy.h
+++ b/navit/gui/qml/proxy.h
@@ -35,7 +35,7 @@ public slots:
QString getAttr(const QString &attr_name) {
QString ret;
struct attr attr;
-
+
getAttrFunc(attr_from_name(attr_name.toStdString().c_str()), &attr, NULL);
if (ATTR_IS_INT(attr.type)) {
ret.setNum(attr.u.num);
@@ -81,7 +81,7 @@ public slots:
return;
}
-
+
int itemId() {
return _itemId;
}