PM4 old removed + fixes (#1259)

This commit is contained in:
¥IGA
2024-10-07 15:29:07 +02:00
committed by GitHub
parent 20db37f235
commit 7389cf3e89
28 changed files with 2 additions and 264 deletions

View File

@@ -21,7 +21,7 @@ public:
explicit SettingsDialog(std::span<const QString> physical_devices, QWidget* parent = nullptr);
~SettingsDialog();
bool override(QObject* obj, QEvent* event);
bool eventFilter(QObject* obj, QEvent* event) override;
void updateNoteTextEdit(const QString& groupName);
int exec() override;