[Gui] SplashScreen: modernize Qt connection

- was reported as warning by our CI
This commit is contained in:
Uwe
2022-11-06 13:49:34 +01:00
parent 83f4b2c293
commit bc3a3d3c8c
+1 -1
View File
@@ -639,7 +639,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()