mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 07:53:25 +00:00
Quiet down warning about return in non-void
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
27d6b2be6e
commit
8aadd4d372
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue