Skip to content

Port away from deprecated KMessageBox::questionYesNo() function

Shivodit Gill requested to merge shivodayt/basket:warning_fixes into master

When building Basket, the compiler shows an error about KMessageBox:: questionYesNo() being deprecated. This merge request fixes that by using KMessageBox::warningContinueCancel() instead.

Edited by Shivodit Gill

Merge request reports