mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Update manual_online URL to new manual link
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5712 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -85,7 +85,7 @@ void QETMainWindow::initCommonActions() {
|
||||
manual_online_ -> setStatusTip(tr("Lance le navigateur par défaut vers le manuel en ligne de QElectroTech", "status bar tip"));
|
||||
|
||||
connect(manual_online_, &QAction::triggered, [](bool) {
|
||||
QString link = "http://download.tuxfamily.org/qet/joshua/html/QET.html";
|
||||
QString link = "https://download.tuxfamily.org/qet/manual_0.7/build/index.html";
|
||||
QDesktopServices::openUrl(QUrl(link));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user