Home
last modified time | relevance | path

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

/dports/math/kcalc/kcalc-21.12.3/
H A Dkcalc.h214 void slotBitsetChanged(quint64);
H A Dkcalc.cpp2105 connect(mBitset, &KCalcBitset::valueChanged, this, &KCalculator::slotBitsetChanged); in showLogicButtons()
2130 disconnect(mBitset, &KCalcBitset::valueChanged, this, &KCalculator::slotBitsetChanged); in showLogicButtons()
2219 void KCalculator::slotBitsetChanged(quint64 value) in slotBitsetChanged() function in KCalculator