diff options
Diffstat (limited to 'qt-ui/models.cpp')
-rw-r--r-- | qt-ui/models.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/models.cpp b/qt-ui/models.cpp index 0748cd43e..f837c03c6 100644 --- a/qt-ui/models.cpp +++ b/qt-ui/models.cpp @@ -859,6 +859,7 @@ QVariant TreeModel::data(const QModelIndex& index, int role) const bool TreeItem::setData(const QModelIndex& index, const QVariant& value, int role) { + return false; } QModelIndex TreeModel::index(int row, int column, const QModelIndex& parent) |