1
0

qml: don't expose WalletListModel as a declarative type

This commit is contained in:
Sander van Grieken
2022-07-20 10:29:31 +02:00
parent 8523fc134f
commit 0cc22931d8

View File

@@ -141,7 +141,6 @@ class ElectrumQmlApplication(QGuiApplication):
ElectrumQmlApplication._daemon = daemon
qmlRegisterType(QEWalletListModel, 'org.electrum', 1, 0, 'WalletListModel')
qmlRegisterType(QEWallet, 'org.electrum', 1, 0, 'Wallet')
qmlRegisterType(QEWalletDB, 'org.electrum', 1, 0, 'WalletDB')
qmlRegisterType(QEBitcoin, 'org.electrum', 1, 0, 'Bitcoin')