cleanup
This commit is contained in:
@@ -62,10 +62,6 @@ std::string MainWindow::makeRequestToOfd(std::string captcha) {
|
||||
return checkContent;
|
||||
}
|
||||
|
||||
void MainWindow::receiveSolvedCaptcha(std::string captcha) {
|
||||
|
||||
}
|
||||
|
||||
void MainWindow::on_parseButton_clicked() {
|
||||
QString s;
|
||||
switch (ui->tabWidget->currentIndex()) {
|
||||
@@ -84,7 +80,6 @@ void MainWindow::on_parseButton_clicked() {
|
||||
|
||||
do {
|
||||
SolveCaptchaDialog dialog = SolveCaptchaDialog(this, &solved_captcha);
|
||||
connect(&dialog, &SolveCaptchaDialog::solvedCaptcha, this, &MainWindow::receiveSolvedCaptcha);
|
||||
dialog.exec();
|
||||
is_captcha_solved = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user