mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Link QMLManager to the main.qml file
Add a link between the C++ and QML parts of the app using the qmlRegisterType function. [Dirk Hohndel: changed the name to org.subsurfacedivelog.mobile] Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e0a25289db
commit
315a245868
3 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "qmlmanager.h"
|
||||
|
||||
#include <QUrl>
|
||||
|
||||
QMLManager::QMLManager()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue