Skip to content
Snippets Groups Projects
Commit 7082797e authored by Janik Zikovsky's avatar Janik Zikovsky
Browse files

Refs #2167: Fixed extra ::

parent d491719e
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ public slots: ...@@ -217,7 +217,7 @@ public slots:
bool muParserCalculate(int col, int startRow, int endRow, bool notifyChanges = true); bool muParserCalculate(int col, int startRow, int endRow, bool notifyChanges = true);
//! Compute selected cells from column formulae; use current cell if there's no selection. //! Compute selected cells from column formulae; use current cell if there's no selection.
bool calculate(); bool calculate();
//! Recalculates values in all columns with formulas containing @param columnName :: //! Recalculates values in all columns with formulas containing @param columnName
void updateValues(Table*, const QString& columnName); void updateValues(Table*, const QString& columnName);
//! \name Row Operations //! \name Row Operations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment