From 24160975f5b1ed74cb2137f78f016fd1f5d4c2c7 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Mon, 13 Nov 2006 18:52:41 +0000 Subject: [PATCH] fix signal git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15909 a592a061-630c-0410-9148-cb99ea01b6c8 --- Status.15x | 5 ----- src/frontends/qt4/QBibtexDialog.C | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Status.15x b/Status.15x index 5b5d7d8f0a..3c45533474 100644 --- a/Status.15x +++ b/Status.15x @@ -79,11 +79,6 @@ DIALOGS * when opening an already opened document (or a document with newer backup), the mouse pointer turns into a clock, although it waits for confirmation -* broken signal/slot connection: - Object::connect: No such signal QListWidget::selectionChanged() - Object::connect: (sender name: 'databaseLW') - Object::connect: (receiver name: 'QBibtexUi') - MATH CONTROL PANEL diff --git a/src/frontends/qt4/QBibtexDialog.C b/src/frontends/qt4/QBibtexDialog.C index ed5d774b6a..8ac0ea1971 100644 --- a/src/frontends/qt4/QBibtexDialog.C +++ b/src/frontends/qt4/QBibtexDialog.C @@ -56,7 +56,7 @@ QBibtexDialog::QBibtexDialog(QBibtex * form) this, SLOT( deletePressed() ) ); connect(styleCB, SIGNAL( textChanged(const QString&) ), this, SLOT( change_adaptor() ) ); - connect(databaseLW, SIGNAL( selectionChanged() ), + connect(databaseLW, SIGNAL( itemSelectionChanged() ), this, SLOT( databaseChanged() ) ); connect(bibtocCB, SIGNAL( toggled(bool) ), this, SLOT( change_adaptor() ) ); -- 2.39.5