mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fix slot name.
svn path=/trunk/KDE/kdebase/apps/; revision=1037776
This commit is contained in:
parent
dd6febd314
commit
3ca71b3a06
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ DolphinSearchCompleter::DolphinSearchCompleter(KLineEdit* linedit) :
|
|||
view->setHeaderHidden(true);
|
||||
|
||||
connect(q, SIGNAL(textEdited(QString)), this, SLOT(slotTextEdited(QString)));
|
||||
connect(m_completer, SIGNAL(activated(QModelIndex)), this, SLOT(completionActivated(QModelIndex)));
|
||||
connect(m_completer, SIGNAL(activated(QModelIndex)), this, SLOT(activated(QModelIndex)));
|
||||
connect(m_completer, SIGNAL(highlighted(QModelIndex)), this, SLOT(highlighted(QModelIndex)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue