Introduce HTTP API for plugins (#5383)

This commit is contained in:
Mm2PL
2024-06-22 12:04:30 +02:00
committed by GitHub
parent 7dc80bc599
commit c980162656
19 changed files with 1166 additions and 11 deletions
@@ -14,6 +14,7 @@ struct PluginPermission {
enum class Type {
FilesystemRead,
FilesystemWrite,
Network,
};
Type type;
std::vector<QString> errors;