mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Typo, remove double definitions of constants.
This commit is contained in:
parent
8e4a0f8880
commit
f62c964fdc
1 changed files with 0 additions and 2 deletions
|
@ -75,8 +75,6 @@ namespace NetworkingConstants {
|
|||
|
||||
const QUrl HELP_DOCS_URL{ "https://docs.vircadia.com" };
|
||||
const QUrl HELP_FORUM_URL{ "https://forum.vircadia.com" };
|
||||
const QUrl HELP_DOCS_URL { "https://docs.vircadia.com" };
|
||||
const QUrl HELP_FORUM_URL { "https://forum.vircadia.com" };
|
||||
const QUrl HELP_SCRIPTING_REFERENCE_URL{ "https://apidocs.vircadia.dev/" };
|
||||
const QUrl HELP_RELEASE_NOTES_URL{ "https://docs.vircadia.com/release-notes.html" };
|
||||
const QUrl HELP_BUG_REPORT_URL{ "https://github.com/vircadia/vircadia/issues" };
|
||||
|
|
Loading…
Reference in a new issue