CloudDB - Charts

... remove wrong "Connect"
This commit is contained in:
Joern
2016-01-09 18:28:37 +01:00
parent 5492da972a
commit c468baddb2

View File

@@ -414,7 +414,6 @@ CloudDBChartImportDialog::CloudDBChartImportDialog() {
connect(addAndCloseButton, SIGNAL(clicked()), this, SLOT(addAndCloseClicked()));
connect(closeButton, SIGNAL(clicked()), this, SLOT(closeClicked()));
connect(tableWidget, SIGNAL(itemDoubleClicked(QTableWidgetItem*)), this, SLOT(addAndCloseClicked(QTableWidgetItem*)));
QHBoxLayout *buttonLayout = new QHBoxLayout;
buttonLayout->addWidget(addAndCloseButton);