Home
last modified time | relevance | path

Searched refs:getAutomaticAway (Results 1 – 5 of 5) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/
H A Didentity.cpp92 setAutomaticAway(original.getAutomaticAway()); in copy()
145 bool Identity::getAutomaticAway() const { return m_automaticAway; } in getAutomaticAway() function in Identity
H A Dawaymanager.cpp55 if (identity && identity->getAutomaticAway() && server->isConnected()) in identitiesChanged()
68 if (identity && identity->getAutomaticAway() && in identityOnline()
H A Didentity.h82 bool getAutomaticAway() const;
H A Didentitydialog.cpp179 automaticAwayGroup->setChecked(m_currentIdentity->getAutomaticAway()); in updateIdentity()
H A Dapplication.cpp790 cgIdentity.writeEntry("AutomaticAway", identity->getAutomaticAway()); in saveOptions()