You could save some memory in normal operation by lazy loading the QTimer
(e.g. make it a QTimer*
and only create it once needed, perhaps even deleteLater()
after use in checkWakeup()
).
↧
Sebastian Kügler commented on merge request !489 at Plasma / PowerDevil
↧