mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Use constuctor initialization list for all members
This commit is contained in:
@@ -35,6 +35,7 @@ using namespace Konsole;
|
||||
|
||||
KeyBindingEditor::KeyBindingEditor(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
_ui(nullptr),
|
||||
_translator(new KeyboardTranslator(QString()))
|
||||
{
|
||||
_ui = new Ui::KeyBindingEditor();
|
||||
|
||||
Reference in New Issue
Block a user