mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
WIP: Refactor NumericTextFieldWithUnit
This commit is contained in:
parent
752a48cacd
commit
cf0e3effc7
2 changed files with 109 additions and 39 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue