mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cleanup: Remove DownloadThread QML-type
The download thread is not accessed directly by QML anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4d5acc8461
commit
45106260dd
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ void register_qml_types(QQmlEngine *engine)
|
|||
REGISTER_TYPE(QMLManager, "QMLManager");
|
||||
REGISTER_TYPE(QMLPrefs, "QMLPrefs");
|
||||
REGISTER_TYPE(QMLProfile, "QMLProfile");
|
||||
REGISTER_TYPE(DownloadThread, "DCDownloadThread");
|
||||
REGISTER_TYPE(DiveImportedModel, "DCImportModel");
|
||||
#endif // not SUBSURFACE_MOBILE
|
||||
|
||||
|
|
Loading…
Reference in a new issue