We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1d9e3 commit 4e5119fCopy full SHA for 4e5119f
DeepSkyStacker/About.cpp
@@ -38,9 +38,6 @@ namespace DSS
38
strText += copyright;
39
strText = strText.replace("\n", "<br>");
40
strHTML += "<b>" + strText + "</b><br>";
41
- strText = QString("<a href=\"%1\">%1</a> ").arg("http://deepskystacker.free.fr/");
42
- strText += tr("(Now somewhat out of date)") += "<br><br>";
43
- strHTML += strText;
44
45
strText = "Qt Application Framework 6.10.0\nCopyright © 2025 The Qt Company Ltd.";
46
strText += "<br>";
0 commit comments