Fix syntax error in Menu.cpp.

This commit is contained in:
Kalila 2021-07-26 01:10:55 +02:00 committed by GitHub
parent 10e8d9f6d8
commit 4b6d1e47e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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