huge wip
This commit is contained in:
@@ -14,10 +14,10 @@ class OutputDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
OutputOptions options;
|
||||
Check ✓
|
||||
std::vector<Check> *checks;
|
||||
|
||||
public:
|
||||
explicit OutputDialog(QWidget *parent = nullptr, Check & = *(new Check()));
|
||||
explicit OutputDialog(QWidget *parent = nullptr, std::vector<Check> *checks = nullptr);
|
||||
~OutputDialog();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user