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