Skip to content

Commit

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

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

Please sign in to comment.