mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Change requestId variable type to quint64 from int.
Took 6 minutes
This commit is contained in:
parent
d2a63ca758
commit
32258bdfd7
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ private:
|
||||||
|
|
||||||
BracketExplanation lastBracketExplanation;
|
BracketExplanation lastBracketExplanation;
|
||||||
|
|
||||||
int requestId;
|
quint64 requestId;
|
||||||
|
|
||||||
DeckListModel *getModel() const;
|
DeckListModel *getModel() const;
|
||||||
[[nodiscard]] QModelIndexList getSelectedCardNodeSourceIndices() const;
|
[[nodiscard]] QModelIndexList getSelectedCardNodeSourceIndices() const;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue