Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
ScriptedAlgorithmSandbox.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 fuddlesworth
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6class QJSEngine;
7class QString;
8
9namespace PhosphorTiles {
10
25bool hardenSandbox(QJSEngine* engine);
26
27} // namespace PhosphorTiles
Definition AutotileEngine.h:71
bool hardenSandbox(QJSEngine *engine)
Harden a QJSEngine sandbox for safe user-script execution.