summaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorAllan Bowe <allan@bowe.io>2020-11-29 10:05:07 (GMT)
committerAllan Bowe <allan@bowe.io>2020-11-29 10:05:07 (GMT)
commit86c9beaf30cc0fbdbe3e142df0c560562aada769 (patch)
tree4b48652ae77230696c635f68936bb06e87002a85 /addon
parent00f14e3f1666d0cb74810a725d2cf0e71799ccdc (diff)
downloadDoxygen-86c9beaf30cc0fbdbe3e142df0c560562aada769.zip
Doxygen-86c9beaf30cc0fbdbe3e142df0c560562aada769.tar.gz
Doxygen-86c9beaf30cc0fbdbe3e142df0c560562aada769.tar.bz2
fix: convert links to the main doxygen site to https. Trailing whitespace was also removed (hope this is ok, was a default setting). Closes #8212
Diffstat (limited to 'addon')
-rwxr-xr-xaddon/doxywizard/doxywizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp
index 00eabac..7b6aeb0 100755
--- a/addon/doxywizard/doxywizard.cpp
+++ b/addon/doxywizard/doxywizard.cpp
@@ -257,7 +257,7 @@ void MainWindow::updateWorkingDir()
void MainWindow::manual()
{
- QDesktopServices::openUrl(QUrl(QString::fromLatin1("http://www.doxygen.org/manual/index.html")));
+ QDesktopServices::openUrl(QUrl(QString::fromLatin1("https://www.doxygen.org/manual/index.html")));
}
void MainWindow::about()