mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
Renamed "dlg_add_set.*" to "dlg_add_set_result.*" and updated references.
This commit is contained in:
parent
9d3c4f20a1
commit
5a975831d4
4 changed files with 3 additions and 3 deletions
|
|
@ -1,18 +0,0 @@
|
|||
#ifndef DLG_ADD_SET_H
|
||||
#define DLG_ADD_SET_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QLabel>
|
||||
|
||||
class DlgAddSet : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
DlgAddSet(QWidget *parent, bool success);
|
||||
private slots:
|
||||
void closeDialog();
|
||||
private:
|
||||
QLabel *status, *restart;
|
||||
QPushButton *ok;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue