diff options
Diffstat (limited to 'src/plugins/Ui/qsui/hotkeyeditor.h')
| -rw-r--r-- | src/plugins/Ui/qsui/hotkeyeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/qsui/hotkeyeditor.h b/src/plugins/Ui/qsui/hotkeyeditor.h index 91fe490a0..786e4d7f7 100644 --- a/src/plugins/Ui/qsui/hotkeyeditor.h +++ b/src/plugins/Ui/qsui/hotkeyeditor.h @@ -35,7 +35,7 @@ class HotkeyEditor : public QWidget Q_OBJECT public: - explicit HotkeyEditor(QWidget *parent = 0); + explicit HotkeyEditor(QWidget *parent = nullptr); virtual ~HotkeyEditor(); private slots: |
