mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix connect signal/slot
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=622696
This commit is contained in:
parent
a85a5488e6
commit
e4a80908a8
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ ChFaceDlg::ChFaceDlg(const QString& picsdir, QWidget *parent, const char *name,
|
|||
connect( m_FacesWidget, SIGNAL( selectionChanged( Q3IconViewItem * ) ), SLOT( slotFaceWidgetSelectionChanged( Q3IconViewItem * ) ) );
|
||||
|
||||
connect( m_FacesWidget, SIGNAL( doubleClicked( Q3IconViewItem *, const QPoint & ) ), SLOT( slotOk() ) );
|
||||
connect( this, SIGNAL(okClicked()),this,SLOT(slotOk()));
|
||||
|
||||
top->addWidget( m_FacesWidget );
|
||||
|
||||
|
|
Loading…
Reference in a new issue