mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: declare cloud_status in qPrefCloudStorage
qml declaration of cloud_status (defined in pref.h) does not belong in qPref.h but in qPrefCloudStorage Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
4d57b52062
commit
684e334fb6
13 changed files with 82 additions and 82 deletions
|
@ -64,7 +64,7 @@ void qPref::registerQML(QQmlEngine *engine)
|
|||
}
|
||||
|
||||
// Register special types
|
||||
qmlRegisterUncreatableType<qPref>("org.subsurfacedivelog.mobile",1,0,"CloudStatus","Enum is not a type");
|
||||
qmlRegisterUncreatableType<qPrefCloudStorage>("org.subsurfacedivelog.mobile",1,0,"CloudStatus","Enum is not a type");
|
||||
qRegisterMetaType<deco_mode>();
|
||||
qRegisterMetaType<def_file_behavior>();
|
||||
qRegisterMetaType<taxonomy_category>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue