mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
[VDE] Move variables
This commit is contained in:
parent
48c210634a
commit
e268bdf770
1 changed files with 1 additions and 1 deletions
|
|
@ -45,8 +45,8 @@ signals:
|
||||||
void statsUpdated();
|
void statsUpdated();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DeckListStatisticsAnalyzerConfig config;
|
|
||||||
DeckListModel *model;
|
DeckListModel *model;
|
||||||
|
DeckListStatisticsAnalyzerConfig config;
|
||||||
|
|
||||||
// Internal result containers
|
// Internal result containers
|
||||||
QHash<QString, int> manaBaseMap;
|
QHash<QString, int> manaBaseMap;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue