[Gui] SplashScreen: modernize Qt connection

- was reported as warning by our CI
This commit is contained in:
Uwe
2022-11-05 19:29:16 +01:00
committed by wwmayer
parent e31cd499b0
commit d20d97d6c5

View File

@@ -644,7 +644,7 @@ void AboutDialog::showLibraryInformation()
out << "</ul>\n</body>\n</html>";
textField->setHtml(html);
connect(textField, SIGNAL(anchorClicked(QUrl)), this, SLOT(linkActivated(QUrl)));
connect(textField, &QTextBrowser::anchorClicked, this, &AboutDialog::linkActivated);
}
void AboutDialog::showCollectionInformation()