debugger: remove needless indirection

This commit is contained in:
hjk
2010-11-25 18:49:26 +01:00
parent 59c5359213
commit a9f825fc2e
3 changed files with 3 additions and 22 deletions

View File

@@ -79,7 +79,6 @@ private:
void setModelData(int role, const QVariant &value = QVariant(),
const QModelIndex &index = QModelIndex());
QVariant modelData(int role, const QModelIndex &index = QModelIndex());
bool m_alwaysResizeColumnsToContents;
Type m_type;