Make away state timer faster
This commit is contained in:
parent
978808c187
commit
fdfbc5dc78
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ MyIrcSession::MyIrcSession(const std::string &user, IRCNetworkPlugin *np, const
|
||||||
|
|
||||||
m_awayTimer = new QTimer(this);
|
m_awayTimer = new QTimer(this);
|
||||||
connect(m_awayTimer, SIGNAL(timeout()), this, SLOT(awayTimeout()));
|
connect(m_awayTimer, SIGNAL(timeout()), this, SLOT(awayTimeout()));
|
||||||
m_awayTimer->start(10*1000);
|
m_awayTimer->start(5*1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
MyIrcSession::~MyIrcSession() {
|
MyIrcSession::~MyIrcSession() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue