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