WIP: Refactor NumericTextFieldWithUnit

This commit is contained in:
Lipu Fei 2019-03-18 08:48:29 +01:00
parent 752a48cacd
commit cf0e3effc7
2 changed files with 109 additions and 39 deletions

View file

@ -50,7 +50,6 @@ class Toolbox(QObject, Extension):
self._request_headers = [] # type: List[Tuple[bytes, bytes]]
self._updateRequestHeader()
self._request_urls = {} # type: Dict[str, QUrl]
self._to_update = [] # type: List[str] # Package_ids that are waiting to be updated
self._old_plugin_ids = set() # type: Set[str]