Changeset - fdfbc5dc7824
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-12-05 20:56:54
hanzz.k@gmail.com
Make away state timer faster
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/session.cpp
Show inline comments
 
@@ -39,7 +39,7 @@ MyIrcSession::MyIrcSession(const std::string &user, IRCNetworkPlugin *np, const
 

	
 
	m_awayTimer = new QTimer(this);
 
	connect(m_awayTimer, SIGNAL(timeout()), this, SLOT(awayTimeout()));
 
	m_awayTimer->start(10*1000);
 
	m_awayTimer->start(5*1000);
 
}
 

	
 
MyIrcSession::~MyIrcSession() {
0 comments (0 inline, 0 general)