summaryrefslogtreecommitdiffstats
path: root/src/widgets/util/qcompleter_p.h
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-09-27 17:25:45 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-27 18:35:55 +0200
commit764c4fa8fec7bcfadec79c65319946d0c2ab292c (patch)
treea66c831c32dafb4fc35f5425840b777e662d262e /src/widgets/util/qcompleter_p.h
parent1f2a2898348c19e78281f639aeed32b0abb3dd1f (diff)
Fix resetting of the QCompletionModel.
This model apparently pre-dates the API required to do resetting properly. Change-Id: I0ea903cef87077ca4a3d8ca2b53eba213e77cc26 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/widgets/util/qcompleter_p.h')
-rw-r--r--src/widgets/util/qcompleter_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/util/qcompleter_p.h b/src/widgets/util/qcompleter_p.h
index b74122665d..dcfe489cc3 100644
--- a/src/widgets/util/qcompleter_p.h
+++ b/src/widgets/util/qcompleter_p.h
@@ -224,7 +224,6 @@ public:
int currentRow() const { return engine->curRow; }
bool setCurrentRow(int row);
QModelIndex currentIndex(bool) const;
- void resetModel();
QModelIndex index(int row, int column, const QModelIndex & = QModelIndex()) const;
int rowCount(const QModelIndex &index = QModelIndex()) const;