Change requestId variable type to quint64 from int.

Took 6 minutes
This commit is contained in:
Lukas Brübach 2026-06-18 10:40:34 +02:00
parent d2a63ca758
commit 32258bdfd7

View file

@ -103,7 +103,7 @@ private:
BracketExplanation lastBracketExplanation;
int requestId;
quint64 requestId;
DeckListModel *getModel() const;
[[nodiscard]] QModelIndexList getSelectedCardNodeSourceIndices() const;