working with spinbox

This commit is contained in:
moerp
2021-05-28 20:20:04 +02:00
parent eb2c877674
commit 4902551a9b
3 changed files with 13 additions and 5 deletions

View File

@ -26,7 +26,7 @@ private:
int base;
int exp;
int mod;
int binLen;
int binLen = 0;
vector<vector <int>> sqmMatrix;
};