mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
Support folder download in deck storage tab (#5356)
* refactor * support folder download
This commit is contained in:
parent
3452cb01d0
commit
4c7796537f
2 changed files with 29 additions and 13 deletions
|
|
@ -34,6 +34,8 @@ private:
|
|||
void uploadDeck(const QString &filePath, const QString &targetPath);
|
||||
void deleteRemoteDeck(const RemoteDeckList_TreeModel::Node *node);
|
||||
|
||||
void downloadNodeAtIndex(const QModelIndex &curLeft, const QModelIndex &curRight);
|
||||
|
||||
private slots:
|
||||
void actLocalDoubleClick(const QModelIndex &curLeft);
|
||||
void actOpenLocalDeck();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue