From 84fd17cb66fce10e2fbd993c7ff22bfab8f1375d Mon Sep 17 00:00:00 2001 From: Dale Glass Date: Sun, 26 Feb 2023 15:23:19 +0100 Subject: [PATCH] Review fixes --- libraries/script-engine/src/ScriptManager.h | 4 ++-- .../script-engine/src/ScriptManagerScriptingInterface.cpp | 2 +- libraries/script-engine/src/ScriptManagerScriptingInterface.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/script-engine/src/ScriptManager.h b/libraries/script-engine/src/ScriptManager.h index 030dff4003..99d78623ad 100644 --- a/libraries/script-engine/src/ScriptManager.h +++ b/libraries/script-engine/src/ScriptManager.h @@ -759,14 +759,14 @@ public: Q_INVOKABLE QUrl resourcesPath() const; /** - * @brief Starts timing a section of code in order to send usage data about it to Vircadia. Shouldn't be used outside of the + * @brief Starts timing a section of code in order to send usage data about it to Overte. Shouldn't be used outside of the * standard scripts. * @param label */ Q_INVOKABLE void beginProfileRange(const QString& label) const; /** - * @brief Finishes timing a section of code in order to send usage data about it to Vircadia. Shouldn't be used outside of + * @brief Finishes timing a section of code in order to send usage data about it to Overte. Shouldn't be used outside of * the standard scripts * @param label */ diff --git a/libraries/script-engine/src/ScriptManagerScriptingInterface.cpp b/libraries/script-engine/src/ScriptManagerScriptingInterface.cpp index 9b0efa71e8..3343203a2e 100644 --- a/libraries/script-engine/src/ScriptManagerScriptingInterface.cpp +++ b/libraries/script-engine/src/ScriptManagerScriptingInterface.cpp @@ -3,7 +3,7 @@ // libraries/script-engine/src // // Created by Dale Glass on 24/02/2023. -// Copyright 2022 Overte e.V. +// Copyright 2023 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html diff --git a/libraries/script-engine/src/ScriptManagerScriptingInterface.h b/libraries/script-engine/src/ScriptManagerScriptingInterface.h index b46c3cf4f0..086e8bee6c 100644 --- a/libraries/script-engine/src/ScriptManagerScriptingInterface.h +++ b/libraries/script-engine/src/ScriptManagerScriptingInterface.h @@ -3,7 +3,7 @@ // libraries/script-engine/src // // Created by Dale Glass on 24/02/2023. -// Copyright 2022 Overte e.V. +// Copyright 2023 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html