MCPcopy Create free account
hub / github.com/KDE/kdiff3 / setToDefault

Method setToDefault

src/optiondialog.cpp:282–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 void setToDefault() override
283 {
284 setCurrentIndex(m_defaultVal);
285 if(m_pVarStr != nullptr)
286 {
287 *m_pVarStr = currentText();
288 }
289 }
290
291 void setToCurrent() override
292 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected