Implement help (open wiki) menu bar action
This commit is contained in:
parent
80ec178d5f
commit
f6605bc3f8
1 changed files with 1 additions and 2 deletions
|
@ -2013,8 +2013,7 @@ void MainWindow::on_actionReportBug_triggered()
|
|||
|
||||
void MainWindow::on_actionOpenWiki_triggered()
|
||||
{
|
||||
// TODO: add functionality
|
||||
// DesktopServices::openUrl(QUrl(BuildConfig.WIKI_URL));
|
||||
DesktopServices::openUrl(QUrl(BuildConfig.HELP_URL.arg("")));
|
||||
}
|
||||
|
||||
void MainWindow::on_actionMoreNews_triggered()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue