mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add missing Q_OBJECT to ShortcutSettingsPage
This commit is contained in:
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
class ShortcutSettingsPage : public ISettingsPage
|
class ShortcutSettingsPage : public ISettingsPage
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit ShortcutSettingsPage() = default;
|
explicit ShortcutSettingsPage() = default;
|
||||||
~ShortcutSettingsPage() override = default;
|
~ShortcutSettingsPage() override = default;
|
||||||
|
|||||||
Reference in New Issue
Block a user