Skip to content

Commit

Permalink
Revert "Add missing Q_OBJECT"
Browse files Browse the repository at this point in the history
This reverts commit 918df65.
  • Loading branch information
Murmele committed Jun 15, 2024
1 parent 918df65 commit c33a6c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/dialogs/HotkeysPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ class SimpleKeyEdit : public QKeySequenceEdit {
};

class KeybindDialog : public QDialog {
Q_OBJECT
public:
KeybindDialog(QWidget *parent, HotkeyModel *hotkeys, Hotkey hotkey)
: QDialog(parent) {
Expand Down
1 change: 0 additions & 1 deletion src/ui/IgnoreDialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c33a6c2

Please sign in to comment.