Spreadsheet: Refactored code to use AtomicPropertyChangeInterface.

This commit is contained in:
Eivind Kvedalen
2016-02-08 00:11:03 +01:00
committed by wmayer
parent ec3076f034
commit 7da5451028
4 changed files with 39 additions and 60 deletions

View File

@@ -144,7 +144,7 @@ bool Sheet::importFromFile(const std::string &filename, char delimiter, char quo
std::ifstream file;
int row = 0;
PropertySheet::Signaller signaller(cells);
PropertySheet::AtomicPropertyChange signaller(cells);
clearAll();