diff -r 615dbd8a696a -r c7f8c7561542 IconEditor/IconEditorWindow.py --- a/IconEditor/IconEditorWindow.py Sun Sep 29 10:19:28 2013 +0200 +++ b/IconEditor/IconEditorWindow.py Sun Sep 29 10:22:44 2013 +0200 @@ -992,6 +992,8 @@ def __saveIcon(self): """ Private slot to save the icon. + + @return flag indicating success (boolean) """ if not self.__fileName: return self.__saveIconAs() @@ -1001,6 +1003,8 @@ def __saveIconAs(self): """ Private slot to save the icon with a new name. + + @return flag indicating success (boolean) """ if not self.__lastSavePath: if self.__project and self.__project.isOpen():