task done

This commit is contained in:
moerp
2021-05-29 18:54:54 +02:00
parent 565b9e27c5
commit 4ebda211eb
2 changed files with 36 additions and 9 deletions

View File

@ -27,6 +27,7 @@ private:
int exp;
int mod;
int binLen = 0;
QModelIndex changedHere;
vector<vector <int>> sqmMatrix;
};