mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 04:57:39 +03:00
Add missing Q_OBJECT to ShortcutSettingsPage
This commit is contained in:
parent
e700195f0a
commit
14e8bc58f3
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
class ShortcutSettingsPage : public ISettingsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ShortcutSettingsPage() = default;
|
||||
~ShortcutSettingsPage() override = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue