182 |
182 |
183 @return flag indicating enabled synchronization |
183 @return flag indicating enabled synchronization |
184 """ |
184 """ |
185 from . import SyncGlobals |
185 from . import SyncGlobals |
186 return Preferences.getHelp("SyncEnabled") and \ |
186 return Preferences.getHelp("SyncEnabled") and \ |
187 Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone |
187 Preferences.getHelp("SyncType") != SyncGlobals.SyncTypeNone |
188 |
188 |
189 def __syncBookmarks(self): |
189 def __syncBookmarks(self): |
190 """ |
190 """ |
191 Private slot to synchronize the bookmarks. |
191 Private slot to synchronize the bookmarks. |
192 """ |
192 """ |