mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 04:21:56 +00:00
Clean up a bit.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
08d8a8034f
commit
7f6721a4e9
@ -103,7 +103,7 @@ GuiCitation::GuiCitation(GuiView & lv)
|
|||||||
this, SLOT(on_okPB_clicked()));
|
this, SLOT(on_okPB_clicked()));
|
||||||
connect(textAfterED, SIGNAL(returnPressed()),
|
connect(textAfterED, SIGNAL(returnPressed()),
|
||||||
this, SLOT(on_okPB_clicked()));
|
this, SLOT(on_okPB_clicked()));
|
||||||
|
|
||||||
connect(this, SIGNAL(rejected()), this, SLOT(cleanUp()));
|
connect(this, SIGNAL(rejected()), this, SLOT(cleanUp()));
|
||||||
|
|
||||||
selectionManager = new GuiSelectionManager(availableLV, selectedLV,
|
selectionManager = new GuiSelectionManager(availableLV, selectedLV,
|
||||||
@ -128,7 +128,6 @@ GuiCitation::~GuiCitation()
|
|||||||
|
|
||||||
void GuiCitation::cleanUp()
|
void GuiCitation::cleanUp()
|
||||||
{
|
{
|
||||||
clearSelection();
|
|
||||||
clearParams();
|
clearParams();
|
||||||
close();
|
close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user