Skip to content

Commit 9304b40

Browse files
committed
edittabledlg: missed to remove another textchangeevent
1 parent b8db289 commit 9304b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EditTableDialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ void EditTableDialog::addField()
385385
typeBox->addItems(sqlb::Field::Datatypes);
386386
ui->treeWidget->setItemWidget(tbitem, kType, typeBox);
387387
connect(typeBox, SIGNAL(currentIndexChanged(int)), this, SLOT(updateTypes()));
388-
connect(typeBox, SIGNAL(editTextChanged(QString)), this, SLOT(updateTypes()));
388+
//connect(typeBox, SIGNAL(editTextChanged(QString)), this, SLOT(updateTypes()));
389389

390390
tbitem->setCheckState(kNotNull, Qt::Unchecked);
391391
tbitem->setCheckState(kPrimaryKey, Qt::Unchecked);

0 commit comments

Comments
 (0)