]> git.lyx.org Git - features.git/commit
add generic helper class for calling functions in gui thread
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 20 Oct 2010 23:50:49 +0000 (23:50 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 20 Oct 2010 23:50:49 +0000 (23:50 +0000)
commitc259957b6967b1a49fb188437aabb4bcaf0ccb64
tree7641472453a6b1ed22b4520078632009744b31d8
parente35f55975e47a71cdbfa5674cec383f07ac9efc9
add generic helper class for calling functions in gui thread

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35735 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiAlert.cpp
src/support/InGuiThread.cpp [new file with mode: 0644]
src/support/InGuiThread.h [new file with mode: 0644]
src/support/Makefile.am
src/support/functional.h [new file with mode: 0644]