mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Refactored DlgAddSet class/functions to DlgAddSetResult
This commit is contained in:
parent
5a975831d4
commit
0ef2b48902
3 changed files with 7 additions and 7 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#ifndef DLG_ADD_SET_H
|
||||
#define DLG_ADD_SET_H
|
||||
#ifndef DLG_ADD_SET_RESULT_H
|
||||
#define DLG_ADD_SET_RESULT_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QLabel>
|
||||
|
||||
class DlgAddSet : public QDialog {
|
||||
class DlgAddSetResult : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
DlgAddSet(QWidget *parent, bool success);
|
||||
DlgAddSetResult(QWidget *parent, bool success);
|
||||
private slots:
|
||||
void closeDialog();
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue