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

Method preserveImp

src/optiondialog.cpp:328–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 void preserveImp() override
329 {
330 if(m_pVarStr != nullptr)
331 {
332 m_preservedStrVal = *m_pVarStr;
333 }
334 else
335 {
336 m_preservedNumVal = *m_pVarNum;
337 }
338 }
339
340 void unpreserveImp() override
341 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected