diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-09-26 08:28:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-02 08:04:49 -0700 |
commit | 45106260dd11265413708cebe1d2ce31e2a64b58 (patch) | |
tree | cc7def154488a50eab9ab7507d60dc754e0d9d3e /subsurface-helper.cpp | |
parent | 4d5acc84612e3536b4665edb75aa5f074f2cad1c (diff) | |
download | subsurface-45106260dd11265413708cebe1d2ce31e2a64b58.tar.gz |
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>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp index e924e1267..2f8ed8c21 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -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 |