debug
This commit is contained in:
@@ -121,7 +121,6 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
connect(this, &MainWindow::stopDownloading, this, &MainWindow::cancelled);
|
||||
connect(config.buttonBox, SIGNAL(accepted()), this, SLOT(on_buttonBox_accepted()));
|
||||
connect(config.comboBox, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &MainWindow::on_comboBox_currentIndexChanged);
|
||||
connect(ui->khistorycombobox, QOverload<const QString &>::of(&KComboBox::returnPressed), this, &MainWindow::on_return_pressed);
|
||||
populateList(ui->khistorycombobox->currentText(), ui->portEdit->text().toUInt());
|
||||
initialization = false;
|
||||
}
|
||||
@@ -1566,27 +1565,3 @@ void MainWindow::on_actionHiddenService_triggered()
|
||||
preparePopulateTree();
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_khistorycombobox_currentTextChanged(const QString &server)
|
||||
{
|
||||
/*info(DEBUGMACRO, "on_khistorycombobox_currenTextChanged() => Starting connexion to new server");
|
||||
if (this->initialization == false)
|
||||
{
|
||||
populateList(server, connexion.port);
|
||||
}*/
|
||||
}
|
||||
|
||||
|
||||
void MainWindow::on_khistorycombobox_editTextChanged(const QString &server)
|
||||
{
|
||||
/*info(DEBUGMACRO, "on_khistorycombobox_currenTextChanged() => Starting connexion to new server");
|
||||
if (this->initialization == false)
|
||||
{
|
||||
populateList(server, connexion.port);
|
||||
}*/
|
||||
}
|
||||
|
||||
void MainWindow::on_return_pressed(const QString &server)
|
||||
{
|
||||
info(DEBUGMACRO, "On_return_pressed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user