mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 15:43:54 -07:00
new server deck folder display
This commit is contained in:
parent
fb61b442ca
commit
bf92ef87da
6 changed files with 401 additions and 130 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <QDialog>
|
||||
|
||||
class RemoteDeckList_TreeWidget;
|
||||
class QTreeWidgetItem;
|
||||
class QModelIndex;
|
||||
class Client;
|
||||
class QPushButton;
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ private:
|
|||
RemoteDeckList_TreeWidget *dirView;
|
||||
QPushButton *okButton, *cancelButton;
|
||||
private slots:
|
||||
void currentItemChanged(QTreeWidgetItem *current, QTreeWidgetItem *previous);
|
||||
void currentItemChanged(const QModelIndex ¤t, const QModelIndex &previous);
|
||||
public:
|
||||
DlgLoadRemoteDeck(Client *_client, QWidget *parent = 0);
|
||||
int getDeckId() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue