fix connection in the qt graphics dialog (bug 1469)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8289 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2003-12-30 19:05:42 +00:00
parent 260a79e3a5
commit 9129d3b1bb
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-12-30 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* ui/QGraphicsDialogBase.ui: add missing signal/slot (bug 1469).
2003-12-14 Angus Leeming <leeming@lyx.org>
* QBranch.C: use the List interface to BranchList, simplifying the code.

View File

@ -1347,6 +1347,12 @@
<receiver>QGraphicsDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<connection>
<sender>heightUnit</sender>
<signal>selectionChanged(LyXLength::UNIT)</signal>
<receiver>QGraphicsDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<connection>
<sender>angle</sender>
<signal>textChanged(const QString&amp;)</signal>