Ensured that sidebar has the right properties to show again

CL-541
This commit is contained in:
Jaime van Kessel 2017-11-27 14:42:45 +01:00
parent 7d9af8e345
commit 52a137a68c
4 changed files with 48 additions and 7 deletions

View file

@ -22,7 +22,7 @@ class PrintJobOutputModel(QObject):
self._state = ""
self._time_total = 0
self._time_elapsed = 0
self._name = "" # Human readable name
self._name = name # Human readable name
self._key = key # Unique identifier
self._assigned_printer = None