mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
Revert "Add missing Q_OBJECT to ShortcutSettingsWidget"
This reverts commit 254ec73940
.
This commit is contained in:
parent
254ec73940
commit
3fb3659cc9
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue