Normalize signals/slots

This commit is contained in:
Montel Laurent
2011-07-30 14:10:56 +02:00
parent 4f8da80fec
commit b91f50015d
13 changed files with 77 additions and 77 deletions

View File

@@ -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);