Promoe kind of works.

This commit is contained in:
Tobias Rundstrom 2006-02-18 20:33:13 -03:00
parent 9fb1376afe
commit b8ec3a6cae
15 changed files with 183 additions and 65 deletions

View file

@ -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 ()));