summaryrefslogtreecommitdiffstats
path: root/subsurface-desktop-helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-desktop-helper.cpp')
-rw-r--r--subsurface-desktop-helper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-desktop-helper.cpp b/subsurface-desktop-helper.cpp
index d633c93ab..da3c8d273 100644
--- a/subsurface-desktop-helper.cpp
+++ b/subsurface-desktop-helper.cpp
@@ -25,6 +25,7 @@ void init_ui()
void run_ui()
{
+ register_qml_types();
MainWindow::instance()->show();
qApp->exec();
}