[Gui] SplashScreen: modernize Qt connection
- was reported as warning by our CI
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user