mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
CloudDB - Charts
... remove wrong "Connect"
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user