diff -r 506c78268b18 -r da6ef8ab8268 ProjectFlask/FlaskCommandDialog.py --- a/ProjectFlask/FlaskCommandDialog.py Sun Nov 15 17:35:48 2020 +0100 +++ b/ProjectFlask/FlaskCommandDialog.py Sun Nov 15 19:53:56 2020 +0100 @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- +# Copyright (c) 2020 Detlev Offenbach <detlev@die-offenbachs.de> +# + """ Module implementing a dialog to run a flask command and show its output. """ @@ -133,7 +136,7 @@ @pyqtSlot(QAbstractButton) def on_buttonBox_clicked(self, button): """ - Slot handling presses of the button box buttons. + Private slot handling presses of the button box buttons. @param button reference to the button been clicked @type QAbstractButton