mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Support downloading replay folders (#5325)
* rename old get replay match method to get enclosing * creat raw getReplayMatch method * implement thing
This commit is contained in:
parent
9d7fd66546
commit
ed907d7c6f
4 changed files with 52 additions and 18 deletions
|
|
@ -27,6 +27,9 @@ private:
|
|||
|
||||
QAction *aOpenLocalReplay, *aNewLocalFolder, *aDeleteLocalReplay;
|
||||
QAction *aOpenRemoteReplay, *aDownload, *aKeep, *aDeleteRemoteReplay;
|
||||
|
||||
void downloadNodeAtIndex(const QModelIndex &curLeft, const QModelIndex &curRight);
|
||||
|
||||
private slots:
|
||||
void actLocalDoubleClick(const QModelIndex &curLeft);
|
||||
void actOpenLocalReplay();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue