mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 22:26:17 -04:00
Normalize signals/slots
This commit is contained in:
@@ -40,7 +40,7 @@ KeyBindingEditor::KeyBindingEditor(QWidget* parent)
|
||||
_ui->setupUi(this);
|
||||
|
||||
// description edit
|
||||
connect( _ui->descriptionEdit , SIGNAL(textChanged(const QString&)) , this , SLOT(setDescription(const QString&)) );
|
||||
connect( _ui->descriptionEdit , SIGNAL(textChanged(QString)) , this , SLOT(setDescription(QString)) );
|
||||
|
||||
// key bindings table
|
||||
_ui->keyBindingTable->setColumnCount(2);
|
||||
|
||||
Reference in New Issue
Block a user