Skip to content

Commit

Permalink
Spreadsheet: Enable tooltip for error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindkv committed Jan 8, 2016
1 parent 009d0c0 commit e523638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Spreadsheet/Gui/SheetModel.cpp
Expand Up @@ -176,7 +176,6 @@ QVariant SheetModel::data(const QModelIndex &index, int role) const
std::string alias;
if (cell->getAlias(alias))
return QVariant(Base::Tools::fromStdString(alias));
return QVariant();
}
#endif

Expand Down

0 comments on commit e523638

Please sign in to comment.