diff options
author | 2022-08-31 14:28:58 +0530 | |
---|---|---|
committer | 2022-08-31 14:28:58 +0530 | |
commit | ff575c452bf68f8ecc739979b2638f2a06d1acce (patch) | |
tree | 575cc7417c75b41ea69665f537254d7875af4ce8 /src/utils.h | |
parent | d03e9fc67023375d36cba3daeb11fe1e56b82257 (diff) | |
download | whatsie-ff575c452bf68f8ecc739979b2638f2a06d1acce.tar.gz whatsie-ff575c452bf68f8ecc739979b2638f2a06d1acce.zip |
chore: some enhancements
- webengine multiprocess
- webengine disable sandbox
- minor memory usage improvements
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index 10629e9..363dbe9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -36,7 +36,7 @@ public slots: static QString htmlToPlainText(QString str); static QString GetEnvironmentVar(const QString &variable_name); static float RoundToOneDecimal(float number); - void DisplayExceptionErrorDialog(const QString &error_info); + static void DisplayExceptionErrorDialog(const QString &error_info); static QString appDebugInfo(); static void desktopOpenUrl(const QString str); |