diff options
| author | Matthias Fuchs <[email protected]> | 2009-10-27 12:33:40 +0000 |
|---|---|---|
| committer | Matthias Fuchs <[email protected]> | 2009-10-27 12:33:40 +0000 |
| commit | 1201c618842c8c03825be82478f923874d24f690 (patch) | |
| tree | 1eb96b405d93b73bb90a1cdb31c118e07442076d /src/search/dolphinsearchbox.h | |
| parent | b7fae99c59f5d3239495d62a31a2112d1232cd70 (diff) | |
Fixes double inserting of terms, interestingly this problem did not existed before than the code was written.
svn path=/trunk/KDE/kdebase/apps/; revision=1041128
Diffstat (limited to 'src/search/dolphinsearchbox.h')
| -rw-r--r-- | src/search/dolphinsearchbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.h b/src/search/dolphinsearchbox.h index 018612564..e3f07a265 100644 --- a/src/search/dolphinsearchbox.h +++ b/src/search/dolphinsearchbox.h @@ -43,7 +43,6 @@ public: public slots: void highlighted(const QModelIndex& index); - void activated(const QModelIndex& index); void slotTextEdited(const QString &text); private: |
