]> git.lyx.org Git - features.git/commit
When I created the Branches dialog class, I forgot to connect it to the Document...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 20 Mar 2006 14:40:27 +0000 (14:40 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 20 Mar 2006 14:40:27 +0000 (14:40 +0000)
commit812b5ebfa9f4b21aaa1a2f0e3430e004663785e5
treeae7c1a6073bc978b62fdf5304786738f515cbf13
parent967d3e3cd6ef0c415fa29a6aab279f337611c9b8
When I created the Branches dialog class, I forgot to connect it to the Document settings panel dialog.
* QDocumentDialog.C: added connection to QBranches::changed signal.
* QBranches.h: added changed signal
* QBranches::update() added changed signal emission.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13430 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/QBranches.C
src/frontends/qt4/QBranches.h
src/frontends/qt4/QDocumentDialog.C