This commit is contained in:
2025-05-08 21:02:56 +03:00
parent 6706cbec45
commit 86a11faf70
24 changed files with 1022 additions and 460 deletions

View File

@@ -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: