mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Revert "Add missing Q_OBJECT to ShortcutSettingsWidget"
This reverts commit 254ec73940
.
This commit is contained in:
parent
254ec73940
commit
3fb3659cc9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user