summaryrefslogtreecommitdiffstats
path: root/src/gui/util/qcompleter_p.h
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-10-13 09:00:29 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2010-10-13 09:28:41 (GMT)
commitc416ec00e7c859a844a5bcb24c7a31147aed974c (patch)
treea36a589cfec92f28ae0db005a24bc052f121150f /src/gui/util/qcompleter_p.h
parent40b5c05b9921b5fa3ceae7f723c0b26c4861bda7 (diff)
downloadQt-c416ec00e7c859a844a5bcb24c7a31147aed974c.zip
Qt-c416ec00e7c859a844a5bcb24c7a31147aed974c.tar.gz
Qt-c416ec00e7c859a844a5bcb24c7a31147aed974c.tar.bz2
QCompleter: do not auto complete when directory is changed.
Fixed regression for QCompleter associated with a QFileSystemModel. It would popup a popup each time the directory is changed. This was a regression in Qt 4.7.0, introduced with 319b0262418d74cc416a7d Task-number: QTBUG-14292 Reviewed-by: Thierry
Diffstat (limited to 'src/gui/util/qcompleter_p.h')
-rw-r--r--src/gui/util/qcompleter_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/util/qcompleter_p.h b/src/gui/util/qcompleter_p.h
index 8f00793..19b76e5 100644
--- a/src/gui/util/qcompleter_p.h
+++ b/src/gui/util/qcompleter_p.h
@@ -93,6 +93,7 @@ public:
bool eatFocusOut;
QRect popupRect;
+ bool hiddenBecauseNoMatch;
void showPopup(const QRect&);
void _q_complete(QModelIndex, bool = false);