From d0edc296360e7653a4c8b672cfb136581c4a10f0 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Tue, 4 Sep 2018 11:18:43 +0200 Subject: core,tests: change qml register function In order to address the C++ object directy in qml, a different registration is needed. qmlRegisterType, registers the C++ class, allowing qml code to inherit from it and make qml objects. This is needed for graphical elemnets like profile and map setContentProperty, registers the C++ object, thus allowing signals to be catched. Signed-off-by: Jan Iversen --- core/qt-gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/qt-gui.h') diff --git a/core/qt-gui.h b/core/qt-gui.h index a1e608122..9bfe0e001 100644 --- a/core/qt-gui.h +++ b/core/qt-gui.h @@ -6,7 +6,6 @@ void init_qt_late(); void init_ui(); void run_ui(); -void register_qml_types(); void exit_ui(); void set_non_bt_addresses(); -- cgit v1.2.3-70-g09d2