MCPcopy Create free account
hub / github.com/KDE/okular / dropRadioButtons

Method dropRadioButtons

part/formwidgets.cpp:152–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void FormWidgetsController::dropRadioButtons()
153{
154 QList<RadioData>::iterator it = m_radios.begin(), itEnd = m_radios.end();
155 for (; it != itEnd; ++it) {
156 delete (*it).group;
157 }
158 m_radios.clear();
159 m_buttons.clear();
160}
161
162bool FormWidgetsController::canUndo()
163{

Callers 1

notifySetupMethod · 0.80

Calls 2

endMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected