Revert "Add missing Q_OBJECT"

This reverts commit 918df6586d.
This commit is contained in:
Martin Marmsoler 2024-06-15 10:15:19 +02:00
parent 918df6586d
commit c33a6c2f1e
2 changed files with 0 additions and 2 deletions

View File

@ -308,7 +308,6 @@ protected:
};
class KeybindDialog : public QDialog {
Q_OBJECT
public:
KeybindDialog(QWidget *parent, HotkeyModel *hotkeys, Hotkey hotkey)
: QDialog(parent) {

View File

@ -7,7 +7,6 @@ class QDialogButtonBox;
class QTextEdit;
class IgnoreDialog : public QDialog {
Q_OBJECT
public:
IgnoreDialog(const QString &ignore, QWidget *parent = nullptr);
QString ignoreText() const;