Skip to content

KMessageDialog: guard against empty KGuiItem parameters

Ahmad Samir requested to merge work/ahmad/guard-bad-kguiitem into master

If setButtons() is called with a KGuiItem that doesn't have any text, assume it's malformed and replace it with a suitable KStandardGuiItem.

Merge request reports