Promoe kind of works.
This commit is contained in:
parent
9fb1376afe
commit
b8ec3a6cae
15 changed files with 183 additions and 65 deletions
|
@ -13,7 +13,7 @@ XmmsQT4::XmmsQT4 (xmmsc_connection_t *xmmsc, QObject *parent) : QObject (parent)
|
|||
|
||||
m_rsock = new QSocketNotifier (m_fd, QSocketNotifier::Read, this);
|
||||
connect (m_rsock, SIGNAL (activated (int)), SLOT (OnRead ()));
|
||||
m_rsock->setEnabled (false);
|
||||
m_rsock->setEnabled (true);
|
||||
|
||||
m_wsock = new QSocketNotifier (m_fd, QSocketNotifier::Write, this);
|
||||
connect (m_wsock, SIGNAL (activated (int)), SLOT (OnWrite ()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue