0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Add missing Q_OBJECT to ShortcutSettingsPage

This commit is contained in:
Jonathan White 2024-03-09 12:38:39 -05:00
parent e700195f0a
commit 14e8bc58f3
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -22,6 +22,8 @@
class ShortcutSettingsPage : public ISettingsPage
{
Q_OBJECT
public:
explicit ShortcutSettingsPage() = default;
~ShortcutSettingsPage() override = default;