fixed issue #49: when editing a remote deck, be able to directly save it there

This commit is contained in:
Max-Wilhelm Bruker 2012-05-09 21:52:09 +02:00
parent f00eaa83d4
commit 0eee6d7ab9
23 changed files with 324 additions and 181 deletions

View file

@ -4,6 +4,7 @@
#include <QTabWidget>
#include <QMap>
#include <QAbstractButton>
#include "deck_loader.h"
class QMenu;
class AbstractClient;
@ -75,7 +76,7 @@ signals:
void localGameEnded();
void adminLockChanged(bool lock);
public slots:
TabDeckEditor *addDeckEditorTab(DeckList *deckToOpen);
TabDeckEditor *addDeckEditorTab(const DeckLoader *deckToOpen);
void openReplay(GameReplay *replay);
private slots:
void closeButtonPressed();