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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;