mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 06:10:23 -07:00
finished getGamesOfUser function
This commit is contained in:
parent
d5de76ec4a
commit
abd5425796
24 changed files with 1221 additions and 1051 deletions
|
|
@ -28,6 +28,8 @@ HEADERS += src/abstractcounter.h \
|
|||
src/handcounter.h \
|
||||
src/carddatabase.h \
|
||||
src/gameview.h \
|
||||
src/gameselector.h \
|
||||
src/gametypemap.h \
|
||||
src/decklistmodel.h \
|
||||
src/dlg_load_deck_from_clipboard.h \
|
||||
src/dlg_load_remote_deck.h \
|
||||
|
|
@ -114,6 +116,7 @@ SOURCES += src/abstractcounter.cpp \
|
|||
src/handcounter.cpp \
|
||||
src/carddatabase.cpp \
|
||||
src/gameview.cpp \
|
||||
src/gameselector.cpp \
|
||||
src/decklistmodel.cpp \
|
||||
src/dlg_load_deck_from_clipboard.cpp \
|
||||
src/dlg_load_remote_deck.cpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue