mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Revert "Add missing Q_OBJECT to ShortcutSettingsWidget"
This reverts commit 254ec73940.
This commit is contained in:
@@ -38,8 +38,6 @@
|
||||
|
||||
class KeySequenceDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit KeySequenceDialog(QWidget* parent = nullptr)
|
||||
: QDialog(parent)
|
||||
@@ -91,8 +89,6 @@ private:
|
||||
|
||||
class ShortcutSettingsWidget final : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ShortcutSettingsWidget(QWidget* parent = nullptr)
|
||||
: QWidget(parent)
|
||||
|
||||
Reference in New Issue
Block a user