mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 09:42:28 +02:00
Review fixes
This commit is contained in:
parent
0f46fb9b4d
commit
84fd17cb66
3 changed files with 4 additions and 4 deletions
libraries/script-engine/src
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue