Home
last modified time | relevance | path

Searched refs:customNext (Results 1 – 1 of 1) sorted by relevance

/dports/security/kleopatra/kleopatra-21.12.3/src/crypto/gui/
H A Dwizard.cpp144 const KGuiItem customNext = page ? page->customNextButton() : KGuiItem(); in updateButtonStates() local
145 if (customNext.text().isEmpty() && customNext.icon().isNull()) { in updateButtonStates()
148 KGuiItem::assign(nextButton, customNext); in updateButtonStates()