3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-12 09:42:28 +02:00

Review fixes

This commit is contained in:
Dale Glass 2023-02-26 15:23:19 +01:00 committed by ksuprynowicz
parent 0f46fb9b4d
commit 84fd17cb66
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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