mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Typo. Bad one.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33855 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
625144c193
commit
2455df7cdc
@ -68,7 +68,7 @@ GuiSelectionManager::GuiSelectionManager(
|
||||
SIGNAL(selectionChanged(QItemSelection, QItemSelection)),
|
||||
this, SLOT(availableChanged(QItemSelection, QItemSelection)));
|
||||
connect(selectedLV->selectionModel(),
|
||||
SIGNAL(currentChanged(QItemSelection, QItemSelection)),
|
||||
SIGNAL(selectionChanged(QItemSelection, QItemSelection)),
|
||||
this, SLOT(selectedChanged(QItemSelection, QItemSelection)));
|
||||
connect(addPB, SIGNAL(clicked()),
|
||||
this, SLOT(addPB_clicked()));
|
||||
|
Loading…
Reference in New Issue
Block a user