From 91e6d27a73d85c9734439928dbaef6419548b083 Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Mon, 12 Aug 2013 12:50:08 +0200 Subject: [PATCH] QmlConsoleItemModel: Remove redundant method Change-Id: I8342ee560bb2a9dc57cdccc3815f04d57ec3cd05 Reviewed-by: Christian Kandeler --- src/plugins/qmljstools/qmlconsoleitemmodel.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/qmljstools/qmlconsoleitemmodel.h b/src/plugins/qmljstools/qmlconsoleitemmodel.h index 4caf2409a40..87740971d7e 100644 --- a/src/plugins/qmljstools/qmlconsoleitemmodel.h +++ b/src/plugins/qmljstools/qmlconsoleitemmodel.h @@ -58,8 +58,6 @@ public: bool appendMessage(QmlJS::ConsoleItem::ItemType itemType, const QString &message, int position = -1); - QAbstractItemModel *model() { return this; } - int rowCount(const QModelIndex &parent = QModelIndex()) const; int sizeOfFile(const QFont &font);