Fix compile error under clang
This commit is contained in:
@@ -507,7 +507,7 @@ QVariant Worksheet::read(int row, int column) const
|
|||||||
if (!cell)
|
if (!cell)
|
||||||
return QVariant();
|
return QVariant();
|
||||||
if (!cell->formula().isEmpty())
|
if (!cell->formula().isEmpty())
|
||||||
return QLatin1String("=")+cell->formula();
|
return QVariant(QLatin1String("=")+cell->formula());
|
||||||
return cell->value();
|
return cell->value();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user