src/eric7/WebBrowser/Sync/SyncCheckPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
--- a/src/eric7/WebBrowser/Sync/SyncCheckPage.py	Thu May 25 11:12:05 2023 +0200
+++ b/src/eric7/WebBrowser/Sync/SyncCheckPage.py	Thu May 25 19:51:47 2023 +0200
@@ -7,7 +7,7 @@
 Module implementing the synchronization status wizard page.
 """
 
-from PyQt6.QtCore import QTimer
+from PyQt6.QtCore import QTimer, pyqtSlot
 from PyQt6.QtWidgets import QWizardPage
 
 from eric7 import Preferences
@@ -134,6 +134,7 @@
         elif type_ == "speeddial":
             self.speedDialMsgLabel.setText(msg)
 
+    @pyqtSlot(str, bool, bool)
     def __updateLabels(self, type_, status, download):
         """
         Private slot to handle a finished synchronization event.

eric ide

mercurial