edittabledlg: missed to remove another textchangeevent

This commit is contained in:
Peinthor Rene
2014-10-17 13:54:18 +02:00
parent b8db289581
commit 9304b4013f

View File

@@ -385,7 +385,7 @@ void EditTableDialog::addField()
typeBox->addItems(sqlb::Field::Datatypes);
ui->treeWidget->setItemWidget(tbitem, kType, typeBox);
connect(typeBox, SIGNAL(currentIndexChanged(int)), this, SLOT(updateTypes()));
connect(typeBox, SIGNAL(editTextChanged(QString)), this, SLOT(updateTypes()));
//connect(typeBox, SIGNAL(editTextChanged(QString)), this, SLOT(updateTypes()));
tbitem->setCheckState(kNotNull, Qt::Unchecked);
tbitem->setCheckState(kPrimaryKey, Qt::Unchecked);