This commit is contained in:
Pierre Ducroquet 2023-06-08 15:07:17 +02:00
parent eb62fd694f
commit 45252e1fbf
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ OvhWebAuthentication::OvhWebAuthentication(QWidget *parent) :
emit accept();
}
});
connect(ui->webView, &QWebEngineView::loadStarted, [this]() {
qDebug() << "Started loading";
});
connect(ui->webView, &QWebEngineView::loadFinished, [this]() {
qDebug() << "Finished loading";
});
}
OvhWebAuthentication::~OvhWebAuthentication()