--- a/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelveBrowserDialog.py Sun May 18 14:13:09 2014 +0200 @@ -78,7 +78,7 @@ def closeEvent(self, e): """ - Private slot implementing a close event handler. + Protected slot implementing a close event handler. @param e close event (QCloseEvent) """ @@ -378,7 +378,7 @@ @pyqtSlot(QPoint) def on_shelveList_customContextMenuRequested(self, pos): """ - Protected slot to show the context menu of the shelve list. + Private slot to show the context menu of the shelve list. @param pos position of the mouse pointer (QPoint) """