mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 02:12:14 -07:00
support multi upload
This commit is contained in:
parent
bfd0b5fe79
commit
b9c8365009
2 changed files with 19 additions and 3 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