[libcalamaresui] apidox touch-up

This commit is contained in:
Adriaan de Groot 2020-06-24 21:26:22 +02:00
parent 748d76df4f
commit 1648f311fe

View File

@ -100,10 +100,11 @@ public:
int currentStepIndex() const; int currentStepIndex() const;
/** /**
* @ brief Called when "Cancel" is clicked; asks for confirmation. * @brief Called when "Cancel" is clicked; asks for confirmation.
* Other means of closing Calamares also call this method, e.g. alt-F4. * Other means of closing Calamares also call this method, e.g. alt-F4.
* At the end of installation, no confirmation is asked. Returns true * At the end of installation, no confirmation is asked.
* if the user confirms closing the window. *
* @return @c true if the user confirms closing the window.
*/ */
bool confirmCancelInstallation(); bool confirmCancelInstallation();