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:
Anton Lundin 2013-11-21 00:32:13 +01:00 committed by Dirk Hohndel
parent 27d6b2be6e
commit 8aadd4d372

View file

@ -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)