Skip to content

Commit

Permalink
Revert "Add missing Q_OBJECT to ShortcutSettingsWidget"
Browse files Browse the repository at this point in the history
This reverts commit 254ec73.
  • Loading branch information
droidmonkey committed Mar 9, 2024
1 parent 254ec73 commit 3fb3659
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/ShortcutSettingsPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@

class KeySequenceDialog final : public QDialog
{
Q_OBJECT

public:
explicit KeySequenceDialog(QWidget* parent = nullptr)
: QDialog(parent)
Expand Down Expand Up @@ -91,8 +89,6 @@ class KeySequenceDialog final : public QDialog

class ShortcutSettingsWidget final : public QWidget
{
Q_OBJECT

public:
explicit ShortcutSettingsWidget(QWidget* parent = nullptr)
: QWidget(parent)
Expand Down

0 comments on commit 3fb3659

Please sign in to comment.