Skip to content

add setCancel method

loong ci requested to merge loongci/polkit-qt-1:master into master

Different error codes are required when polkitd process distinguish different failure operations. But since now, POLKIT_ERROR_CANCELLED is not added as return. In this case, when cancel button is clicked by user, only POLKIT_ERROR_FAILED can be chosen.

Merge request reports