Fixes locator's show method in case the filter already has focus.

Was making the "f" filter unusable, because the popup was hidden when
selecting a directory.

Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
con
2009-06-03 17:39:08 +02:00
parent 4505d92be5
commit 240a6ec55c
2 changed files with 10 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ public:
void show(const QString &text, int selectionStart = -1, int selectionLength = 0);
private slots:
void textEdited(const QString &text);
void showPopup();
void acceptCurrentEntry();
void filterSelected();
void showConfigureDialog();