Fix broken table object/sqltext edit update

This commit is contained in:
Peinthor Rene
2013-03-18 18:21:38 +01:00
parent 8b8cc32c57
commit c3e0d8782c

View File

@@ -18,6 +18,7 @@ EditTableDialog::EditTableDialog(DBBrowserDB* db, const QString& tableName, QWid
{
// Create UI
ui->setupUi(this);
connect(ui->treeWidget, SIGNAL(itemChanged(QTreeWidgetItem*,int)),this,SLOT(itemChanged(QTreeWidgetItem*,int)));
m_sqliteSyntaxHighlighter = new SQLiteSyntaxHighlighter(ui->sqlTextEdit->document());