eric6/WebBrowser/Sync/SyncManager.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7758:dd54d33d21d2 7759:51aa6c6b66f7
57 """ 57 """
58 Public method to show the synchronization dialog. 58 Public method to show the synchronization dialog.
59 """ 59 """
60 from .SyncAssistantDialog import SyncAssistantDialog 60 from .SyncAssistantDialog import SyncAssistantDialog
61 dlg = SyncAssistantDialog() 61 dlg = SyncAssistantDialog()
62 dlg.exec_() 62 dlg.exec()
63 63
64 def loadSettings(self, forceUpload=False): 64 def loadSettings(self, forceUpload=False):
65 """ 65 """
66 Public method to load the settings. 66 Public method to load the settings.
67 67

eric ide

mercurial