Home
last modified time | relevance | path

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

/dports/net-im/qTox/qTox-1.17.4/src/persistence/
H A Dsettings.cpp149 notifyHide = s.value("notifyHide", false).toBool(); in loadGlobal()
631 s.setValue("notifyHide", notifyHide); in saveGlobal()
1193 return notifyHide; in getNotifyHide()
1200 if (newValue != notifyHide) { in setNotifyHide()
1201 notifyHide = newValue; in setNotifyHide()
1202 emit notifyHideChanged(notifyHide); in setNotifyHide()
H A Dsettings.h607 bool notifyHide; variable
/dports/net-im/qTox/qTox-1.17.4/src/widget/form/settings/
H A Duserinterfaceform.cpp81 bodyUI->notifyHide->setChecked(s.getNotifyHide()); in UserInterfaceForm()