mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 13:36:02 +02:00
Fix syntax error in Menu.cpp.
This commit is contained in:
parent
10e8d9f6d8
commit
4b6d1e47e2
1 changed files with 1 additions and 1 deletions
|
@ -829,7 +829,7 @@ Menu::Menu() {
|
|||
// Help > Vircadia Forum
|
||||
action = addActionToQMenuAndActionHash(helpMenu, "Community Support");
|
||||
connect(action, &QAction::triggered, qApp, [] {
|
||||
QDesktopServices::openUrl(NetworkingConstants::HELP_COMMUNITY_URL));
|
||||
QDesktopServices::openUrl(NetworkingConstants::HELP_COMMUNITY_URL);
|
||||
});
|
||||
|
||||
// Help > Scripting Reference
|
||||
|
|
Loading…
Reference in a new issue