Home
last modified time | relevance | path

Searched refs:loggingOutStateEntered (Results 1 – 4 of 4) sorted by relevance

/dports/polish/kadu/kadu-4.3/kadu-core/protocols/
H A Dprotocol.cpp107 connect(Machine, SIGNAL(loggingOutStateEntered()), this, SLOT(loggingOutStateEntered())); in init()
320 void Protocol::loggingOutStateEntered() in loggingOutStateEntered() function in Protocol
H A Dprotocol-state-machine.h244 void loggingOutStateEntered();
H A Dprotocol.h216 void loggingOutStateEntered();
H A Dprotocol-state-machine.cpp82 connect(LoggingOutState, SIGNAL(entered()), this, SIGNAL(loggingOutStateEntered())); in init()