OTHER: running_ = true; in the mainloop thingie so that checking for it
works in synchronous functions.
This commit is contained in:
parent
caf82d8495
commit
bebdbae405
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ XmmsQT4::XmmsQT4 (xmmsc_connection_t *xmmsc) :
|
|||
m_wsock = new QSocketNotifier (m_fd, QSocketNotifier::Write, this);
|
||||
connect (m_wsock, SIGNAL (activated (int)), SLOT (OnWrite ()));
|
||||
m_wsock->setEnabled (false);
|
||||
running_ = true;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue