mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +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()));
|
||||
connect(refsLW, SIGNAL(itemActivated(QListWidgetItem *)),
|
||||
this, SLOT(refSelected(QListWidgetItem *)));
|
||||
connect(sortCB, SIGNAL(clicked(bool)),
|
||||
this, SLOT(sortToggled(bool)));
|
||||
connect(sortCB, SIGNAL(clicked()),
|
||||
this, SLOT(sortToggled()));
|
||||
connect(gotoPB, SIGNAL(clicked()),
|
||||
this, SLOT(gotoClicked()));
|
||||
connect(updatePB, SIGNAL(clicked()),
|
||||
@ -169,7 +169,7 @@ void GuiRef::refSelected(QListWidgetItem * sel)
|
||||
}
|
||||
|
||||
|
||||
void GuiRef::sortToggled(bool on)
|
||||
void GuiRef::sortToggled()
|
||||
{
|
||||
redoRefs();
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ private Q_SLOTS:
|
||||
void refHighlighted(QListWidgetItem *);
|
||||
void selectionChanged();
|
||||
void refSelected(QListWidgetItem *);
|
||||
void sortToggled(bool);
|
||||
void sortToggled();
|
||||
void updateClicked();
|
||||
void reset_dialog();
|
||||
void dialog_rejected();
|
||||
|
Loading…
Reference in New Issue
Block a user