new server deck folder display

This commit is contained in:
Max-Wilhelm Bruker 2009-12-03 18:43:43 +01:00
parent fb61b442ca
commit bf92ef87da
6 changed files with 401 additions and 130 deletions

View file

@ -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 &current, const QModelIndex &previous);
public:
DlgLoadRemoteDeck(Client *_client, QWidget *parent = 0);
int getDeckId() const;