diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-07-13 01:33:20 +0300 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-07-13 15:18:21 +0300 |
commit | f1ed8748b18537beb6160f8f97ae3dcca0274309 (patch) | |
tree | 1d98e636db572b0ba07c5edd28517aca44b3aa80 /Documentation | |
parent | fe38a768f2b1375a4201e271da52fc1f5712e9a0 (diff) | |
download | subsurface-f1ed8748b18537beb6160f8f97ae3dcca0274309.tar.gz |
map-widget: fix chronology of QML class registration
The QML types needs to be registered before the MainWindow
instance is created on the desktop version, otherwise
the MapWidget instance will be created and it will fail
with a missing QML namespace.
In subsurface-helper.cpp, move register_qml_types() from run_ui()
to init_ui(), as later in init_ui(), MainWindow is instantiated
for the first time in the desktop version.
Ref #1500
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions