mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
support multi-select for local decks in deck storage tab (#5314)
* allow multi-select * support multi upload * support multi open deck * support multi delete deck
This commit is contained in:
parent
0234a70bfd
commit
a40d8092ce
2 changed files with 42 additions and 17 deletions
|
|
@ -28,6 +28,9 @@ private:
|
|||
|
||||
QAction *aOpenLocalDeck, *aUpload, *aDeleteLocalDeck, *aOpenRemoteDeck, *aDownload, *aNewFolder, *aDeleteRemoteDeck;
|
||||
QString getTargetPath() const;
|
||||
|
||||
void uploadDeck(const QString &filePath, const QString &targetPath);
|
||||
|
||||
private slots:
|
||||
void actOpenLocalDeck();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue