QmlConsoleItemModel: Remove redundant method

Change-Id: I8342ee560bb2a9dc57cdccc3815f04d57ec3cd05
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Aurindam Jana
2013-08-12 12:50:08 +02:00
parent a710f7f8c0
commit 91e6d27a73

View File

@@ -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);