On Sun, Sep 06, 2009 at 11:10:25PM +0200, Andre Poenitz wrote: > On Sun, Sep 06, 2009 at 05:50:28PM +0000, Enrico Forestieri wrote: > > Andre Poenitz writes: > > > > > > On Sun, Sep 06, 2009 at 05:36:44PM +0200, Enrico Forestieri wrote: > > > > The attached patch implements the LyX server for Windows in 1.6.x. > > > > > > Can anybody remind me why we need to use 500+ platform specific > > > lines code of our own instead of using, say, QLocalSocket? > > > > Because QLocalSocket::socketDescriptor() is not going to work > > with QSocketNotifier? > > Wouldn't we just connect to QLocalSocket::readyRead() or such?
QLocalSocket requires Qt >= 4.4 -- Enrico