mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
fix comment
This commit is contained in:
parent
a17acc6f6b
commit
62b3c12d0f
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ public:
|
||||||
const QStack<QUrl>& getBackStack() const { return _backStack; }
|
const QStack<QUrl>& getBackStack() const { return _backStack; }
|
||||||
const QStack<QUrl>& getForwardStack() const { return _forwardStack; }
|
const QStack<QUrl>& getForwardStack() const { return _forwardStack; }
|
||||||
|
|
||||||
/// determines if the local sandbox is likely running. It does not account for custom setups but is only
|
/// determines if the local sandbox is likely running. It does not account for custom setups, and is only
|
||||||
/// intended to detect the standard sandbox install.
|
/// intended to detect the standard local sandbox install.
|
||||||
void ifLocalSandboxRunningElse(std::function<void()> localSandboxRunningDoThis,
|
void ifLocalSandboxRunningElse(std::function<void()> localSandboxRunningDoThis,
|
||||||
std::function<void()> localSandboxNotRunningDoThat);
|
std::function<void()> localSandboxNotRunningDoThat);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue