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:
Berthold Stoeger 2019-09-26 08:28:58 +02:00 committed by Dirk Hohndel
parent 4d5acc8461
commit 45106260dd

View file

@ -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