--- a/IconEditor/IconEditorPalette.py Sun Sep 29 10:19:28 2013 +0200 +++ b/IconEditor/IconEditorPalette.py Sun Sep 29 10:22:44 2013 +0200 @@ -112,12 +112,16 @@ def previewChanged(self, pixmap): """ Public slot to update the preview. + + @param pixmap new preview pixmap (QPixmap) """ self.__preview.setPixmap(pixmap) def colorChanged(self, color): """ Public slot to update the color preview. + + @param color new color (QColor) """ self.__currentColor = color self.__currentAlpha = color.alpha()