forked from qt-creator/qt-creator
QmlConsoleItemModel: Remove redundant method
Change-Id: I8342ee560bb2a9dc57cdccc3815f04d57ec3cd05 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
@@ -58,8 +58,6 @@ public:
|
|||||||
bool appendMessage(QmlJS::ConsoleItem::ItemType itemType, const QString &message,
|
bool appendMessage(QmlJS::ConsoleItem::ItemType itemType, const QString &message,
|
||||||
int position = -1);
|
int position = -1);
|
||||||
|
|
||||||
QAbstractItemModel *model() { return this; }
|
|
||||||
|
|
||||||
int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
int rowCount(const QModelIndex &parent = QModelIndex()) const;
|
||||||
|
|
||||||
int sizeOfFile(const QFont &font);
|
int sizeOfFile(const QFont &font);
|
||||||
|
Reference in New Issue
Block a user