1
0

qml: add TODO about --offline missing

This commit is contained in:
SomberNight
2023-03-29 22:32:44 +00:00
parent 1530668960
commit 44f91ab88f

View File

@@ -47,6 +47,7 @@ class QENetwork(QObject, QtEventListener):
def __init__(self, network: 'Network', qeconfig: 'QEConfig', parent=None):
super().__init__(parent)
assert network, "--offline is not yet implemented for this GUI" # TODO
self.network = network
self._qeconfig = qeconfig
self._serverListModel = None