diff options
author | Pierre Grandin <grandinp@altern.org> | 2016-12-20 14:31:32 -0800 |
---|---|---|
committer | Pierre Grandin <grandinp@altern.org> | 2016-12-20 14:31:32 -0800 |
commit | 9d163c7d7dcb67aa77f0acd5ff6b79a69ef87138 (patch) | |
tree | 2b7e70f8e98154caacdbcf92cc670041427157d3 /navit/gui/qml/gui_qml.cpp | |
parent | 8256261645d7267690022778fef42b9e4908333e (diff) | |
parent | b8ec86052d0147d812e206f6eb62badb32ea4537 (diff) | |
download | navit-qt5.tar.gz |
Update:branch:Updating qt5 branch with trunkqt5
Diffstat (limited to 'navit/gui/qml/gui_qml.cpp')
-rw-r--r-- | navit/gui/qml/gui_qml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/gui/qml/gui_qml.cpp b/navit/gui/qml/gui_qml.cpp index cee0574bd..7a1016473 100644 --- a/navit/gui/qml/gui_qml.cpp +++ b/navit/gui/qml/gui_qml.cpp @@ -473,5 +473,5 @@ static struct gui_priv * gui_qml_new(struct navit *nav, struct gui_methods *meth } void plugin_init(void) { - plugin_register_gui_type("qml",gui_qml_new); + plugin_register_category_gui("qml",gui_qml_new); } |