Add script identification, require permission to r/w external files

This commit is contained in:
GriffinR
2026-01-25 21:59:47 -05:00
parent 6044a381c6
commit 26404168f5
9 changed files with 175 additions and 48 deletions

View File

@@ -20,6 +20,7 @@ namespace Util {
void show(QWidget *w);
QColorSpace toColorSpace(int colorSpaceInt);
QString mkpath(const QString& dirPath);
QString getFileHash(const QString &filepath);
}
#endif // UTILITY_H