mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Cosmetics.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28562 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
90258a0dd3
commit
3373aa588c
@ -78,8 +78,8 @@ GuiRef::GuiRef(GuiView & lv)
|
|||||||
this, SLOT(selectionChanged()));
|
this, SLOT(selectionChanged()));
|
||||||
connect(refsLW, SIGNAL(itemActivated(QListWidgetItem *)),
|
connect(refsLW, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||||
this, SLOT(refSelected(QListWidgetItem *)));
|
this, SLOT(refSelected(QListWidgetItem *)));
|
||||||
connect(sortCB, SIGNAL(clicked(bool)),
|
connect(sortCB, SIGNAL(clicked()),
|
||||||
this, SLOT(sortToggled(bool)));
|
this, SLOT(sortToggled()));
|
||||||
connect(gotoPB, SIGNAL(clicked()),
|
connect(gotoPB, SIGNAL(clicked()),
|
||||||
this, SLOT(gotoClicked()));
|
this, SLOT(gotoClicked()));
|
||||||
connect(updatePB, SIGNAL(clicked()),
|
connect(updatePB, SIGNAL(clicked()),
|
||||||
@ -169,7 +169,7 @@ void GuiRef::refSelected(QListWidgetItem * sel)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void GuiRef::sortToggled(bool on)
|
void GuiRef::sortToggled()
|
||||||
{
|
{
|
||||||
redoRefs();
|
redoRefs();
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,7 @@ private Q_SLOTS:
|
|||||||
void refHighlighted(QListWidgetItem *);
|
void refHighlighted(QListWidgetItem *);
|
||||||
void selectionChanged();
|
void selectionChanged();
|
||||||
void refSelected(QListWidgetItem *);
|
void refSelected(QListWidgetItem *);
|
||||||
void sortToggled(bool);
|
void sortToggled();
|
||||||
void updateClicked();
|
void updateClicked();
|
||||||
void reset_dialog();
|
void reset_dialog();
|
||||||
void dialog_rejected();
|
void dialog_rejected();
|
||||||
|
Loading…
Reference in New Issue
Block a user