From 764c4fa8fec7bcfadec79c65319946d0c2ab292c Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 27 Sep 2012 17:25:45 +0200 Subject: Fix resetting of the QCompletionModel. This model apparently pre-dates the API required to do resetting properly. Change-Id: I0ea903cef87077ca4a3d8ca2b53eba213e77cc26 Reviewed-by: Marc Mutz --- src/widgets/util/qcompleter_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets/util/qcompleter_p.h') 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; -- cgit v1.2.3