77 self.__commands = QUndoStack() |
77 self.__commands = QUndoStack() |
78 |
78 |
79 @classmethod |
79 @classmethod |
80 def getFileName(cls): |
80 def getFileName(cls): |
81 """ |
81 """ |
82 Public method to get the file name of the bookmark file. |
82 Class method to get the file name of the bookmark file. |
83 |
83 |
84 @return name of the bookmark file (string) |
84 @return name of the bookmark file (string) |
85 """ |
85 """ |
86 return os.path.join(Utilities.getConfigDir(), "browser", |
86 return os.path.join(Utilities.getConfigDir(), "browser", |
87 "bookmarks.xbel") |
87 "bookmarks.xbel") |