mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
QML: remove registration of qmlprefs
It is no longer used. Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e268af0d9f
commit
8bc7bef065
1 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
|||
#include <QQmlApplicationEngine>
|
||||
#include <QQmlContext>
|
||||
#include "mobile-widgets/qmlmanager.h"
|
||||
#include "mobile-widgets/qmlprefs.h"
|
||||
#include "qt-models/divelistmodel.h"
|
||||
#include "qt-models/gpslistmodel.h"
|
||||
#include "qt-models/messagehandlermodel.h"
|
||||
|
@ -192,7 +191,6 @@ void register_qml_types(QQmlEngine *engine)
|
|||
}
|
||||
|
||||
REGISTER_TYPE(QMLManager, "QMLManager");
|
||||
REGISTER_TYPE(QMLPrefs, "QMLPrefs");
|
||||
REGISTER_TYPE(QMLProfile, "QMLProfile");
|
||||
REGISTER_TYPE(DiveImportedModel, "DCImportModel");
|
||||
#endif // not SUBSURFACE_MOBILE
|
||||
|
|
Loading…
Reference in a new issue