a lot of fixes

This commit is contained in:
2024-10-05 13:52:44 +03:00
parent 640337d420
commit d2afa8c9dd
32 changed files with 909 additions and 104 deletions

View File

@@ -3,8 +3,8 @@
#include "check/check.h"
#include "output/output_options.h"
#include <QDialog>
#include <QComboBox>
#include <QDialog>
namespace Ui {
class OutputDialog;
@@ -16,7 +16,6 @@ class OutputDialog : public QDialog {
OutputOptions options;
Check &check;
public:
explicit OutputDialog(QWidget *parent = nullptr, Check & = *(new Check()));
~OutputDialog();