fix int size, update pref dialog, fix rand on linux

This commit is contained in:
Aurélie Delhaie
2022-12-13 21:42:54 +01:00
parent 8be3e5d477
commit a348705c39
8 changed files with 46 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ private slots:
private:
Ui::MainWindow *ui;
int selectedBoardIndex = -1;
int16_t selectedBoardIndex;
QVector<Priority> priorities;
QVector<Status> status;
QVector<Board*> boards;