diff options
author | John Fultz <jfultz@wolfram.com> | 2015-08-03 19:30:11 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2015-08-03 20:33:04 -0500 |
commit | b8024ae268e49c17c40da105b9e22aaa41fcffeb (patch) | |
tree | 1edb58d6f7d6470c55bc9e4840c9f96b7f4b0fdd /quacker/boardsetupdialog.h | |
parent | 9eada6e94f345d0c1a2d93de5dc56613a93a3ea0 (diff) |
Finish Add/Edit/Remove for boards.
Delete functionality is now inside of the edit dialog.
Which will make things less messy when other
edit dialogs are introduced.
Diffstat (limited to 'quacker/boardsetupdialog.h')
-rw-r--r-- | quacker/boardsetupdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/boardsetupdialog.h b/quacker/boardsetupdialog.h index e5432cc..0176d1a 100644 --- a/quacker/boardsetupdialog.h +++ b/quacker/boardsetupdialog.h @@ -48,6 +48,7 @@ protected slots: void parametersChanged(const QString &unused); void symmetryChanged(); void undoAllChanges(); + void deleteBoard(); private: QCheckBox *m_horizontalSymmetry; @@ -62,6 +63,7 @@ private: QPushButton *m_saveChanges; QPushButton *m_cancel; QPushButton *m_undoAll; + QPushButton *m_deleteBoard; Quackle::Game m_game; BoardSetupFrame * m_boardFrame; |