mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
connect up apply for external
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
80a4567bc2
commit
09ee1f5664
@ -1,3 +1,7 @@
|
||||
2003-03-06 John Levon <levon@movementarian.org>
|
||||
|
||||
* QExternalDialog.C: connect Apply
|
||||
|
||||
2003-03-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* QWrap.[Ch]: changes to use the new Dialog-based scheme.
|
||||
|
@ -31,6 +31,8 @@ QExternalDialog::QExternalDialog(QExternal * form)
|
||||
{
|
||||
connect(okPB, SIGNAL(clicked()),
|
||||
form, SLOT(slotOK()));
|
||||
connect(applyPB, SIGNAL(clicked()),
|
||||
form, SLOT(slotApply()));
|
||||
connect(closePB, SIGNAL(clicked()),
|
||||
form, SLOT(slotClose()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user