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
@ -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…
x
Reference in New Issue
Block a user