Add clocks to shared class and add search cache clearing
This commit is contained in:
@@ -794,11 +794,7 @@ class _PreviewWidget(QTextBrowser):
|
||||
self._updateDocMargins()
|
||||
self._updateBuildAge()
|
||||
|
||||
# Age Timer
|
||||
self.ageTimer = QTimer(self)
|
||||
self.ageTimer.setInterval(10)
|
||||
self.ageTimer.timeout.connect(self._updateBuildAge)
|
||||
self.ageTimer.start()
|
||||
SHARED.slowClockTick.connect(self._updateBuildAge)
|
||||
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user