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 ) |