Re: [Development] Cleanup of QCoreApplication::watchUnixSignal

2012-10-26 Thread Rafael Roquetto
Hi, On Fri, Oct 26, 2012 at 12:02:43PM +0200, Paul Olav Tvete wrote: > On Thursday 25 October 2012 12:16:40 Rafael Roquetto wrote: > > Afaik QCoreApplication::watchUnixSignal() seems to be no longer used, at > > least in Qt5. If that is really the case, would anyone object doing away > > with it (

Re: [Development] Cleanup of QCoreApplication::watchUnixSignal

2012-10-26 Thread Paul Olav Tvete
On Thursday 25 October 2012 12:16:40 Rafael Roquetto wrote: > Afaik QCoreApplication::watchUnixSignal() seems to be no longer used, at > least in Qt5. If that is really the case, would anyone object doing away > with it (and removing the overhead from QEventDispatchUnix::doSelect() and > co.)? Othe

Re: [Development] Cleanup of QCoreApplication::watchUnixSignal

2012-10-25 Thread shane.kearns
[Development] Cleanup of QCoreApplication::watchUnixSignal > > Hello, > > Afaik QCoreApplication::watchUnixSignal() seems to be no longer used, > at least in Qt5. If that is really the case, would anyone object doing > away with it (and removing the overhead from > QEventDisp

Re: [Development] Cleanup of QCoreApplication::watchUnixSignal

2012-10-25 Thread Philip Ashmore
On 25/10/12 15:16, Rafael Roquetto wrote: > Hello, > > Afaik QCoreApplication::watchUnixSignal() seems to be no longer used, at least > in Qt5. If that is really the case, would anyone object doing away with it > (and removing the overhead from QEventDispatchUnix::doSelect() and co.)? > Otherwise,

[Development] Cleanup of QCoreApplication::watchUnixSignal

2012-10-25 Thread Rafael Roquetto
Hello, Afaik QCoreApplication::watchUnixSignal() seems to be no longer used, at least in Qt5. If that is really the case, would anyone object doing away with it (and removing the overhead from QEventDispatchUnix::doSelect() and co.)? Otherwise, what are the possible use cases? Any thoughts? - R