mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-28 03:35:45 -05:00
Change requestId variable type to quint64 from int.
Took 6 minutes
This commit is contained in:
@@ -103,7 +103,7 @@ private:
|
||||
|
||||
BracketExplanation lastBracketExplanation;
|
||||
|
||||
int requestId;
|
||||
quint64 requestId;
|
||||
|
||||
DeckListModel *getModel() const;
|
||||
[[nodiscard]] QModelIndexList getSelectedCardNodeSourceIndices() const;
|
||||
|
||||
Reference in New Issue
Block a user