Add FIXME for QTime.
This commit is contained in:
parent
4bd8a596f1
commit
231aa6f9b8
@ -261,6 +261,7 @@ class StatusBar(QWidget):
|
|||||||
queue: If set, message gets queued rather than being displayed
|
queue: If set, message gets queued rather than being displayed
|
||||||
immediately.
|
immediately.
|
||||||
"""
|
"""
|
||||||
|
# FIXME probably using a QTime here would be easier.
|
||||||
logger.debug("Displaying text: {} (error={})".format(text, error))
|
logger.debug("Displaying text: {} (error={})".format(text, error))
|
||||||
now = datetime.now()
|
now = datetime.now()
|
||||||
mindelta = config.get('ui', 'message-timeout')
|
mindelta = config.get('ui', 'message-timeout')
|
||||||
|
Loading…
Reference in New Issue
Block a user