mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Add missing Q_OBJECT to ShortcutSettingsPage
This commit is contained in:
parent
e700195f0a
commit
14e8bc58f3
@ -22,6 +22,8 @@
|
||||
|
||||
class ShortcutSettingsPage : public ISettingsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ShortcutSettingsPage() = default;
|
||||
~ShortcutSettingsPage() override = default;
|
||||
|
Loading…
Reference in New Issue
Block a user