]> git.lyx.org Git - lyx.git/commit
Disable a socket notifier when unregistering it.
authorEnrico Forestieri <forenr@lyx.org>
Thu, 22 May 2008 21:08:34 +0000 (21:08 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 22 May 2008 21:08:34 +0000 (21:08 +0000)
commit44e18e9107f8bd664b6b9dd8a01bdc1c50e3db0d
treed63b0bd9577a93e42116366bcc1a382d0e451d84
parent6e40d48208d8229a3e0c3cc6a6bc8360070e8be9
Disable a socket notifier when unregistering it.
This avoids the following Qt warnings when performing a reverse dvi search:

QSocketNotifier: Multiple socket notifiers for same socket 9 and type Read
QSocketNotifier: Invalid socket 15 and type 'Read', disabling...

occurring when using the lyxserver or the lyxclient, respectively.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24890 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.cpp