Skip to content

Commit

Permalink
Add missing Q_OBJECT to ShortcutSettingsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Mar 9, 2024
1 parent e700195 commit 14e8bc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/ShortcutSettingsPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

class ShortcutSettingsPage : public ISettingsPage
{
Q_OBJECT

public:
explicit ShortcutSettingsPage() = default;
~ShortcutSettingsPage() override = default;
Expand Down

0 comments on commit 14e8bc5

Please sign in to comment.