src/eric7/HelpViewer/HelpBookmarksImportDialog.py

branch
eric7
changeset 9256
67603066f0a6
parent 9221
bf71ee032bb4
child 9413
80c06d472826
equal deleted inserted replaced
9255:79ec5473519d 9256:67603066f0a6
58 bookmarks and the path of the bookmarks file to be imported 58 bookmarks and the path of the bookmarks file to be imported
59 @rtype tuple of (bool, str) 59 @rtype tuple of (bool, str)
60 """ 60 """
61 return ( 61 return (
62 self.replaceCheckBox.isChecked(), 62 self.replaceCheckBox.isChecked(),
63 self.bookmarksPicker.path(), 63 self.bookmarksPicker.text(),
64 ) 64 )

eric ide

mercurial