diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-10 17:53:09 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-10 17:55:28 +0100 |
commit | 4443655c13cbc437df71afbe16e4cd22ae6892bb (patch) | |
tree | a8d424fdd487daca22a7dd52bf185534e71374bd /src/webengine | |
parent | firejail profile: disable private-bin (diff) | |
download | smolbote-4443655c13cbc437df71afbe16e4cd22ae6892bb.tar.xz |
Add separate firejail .desktop
Diffstat (limited to 'src/webengine')
-rw-r--r-- | src/webengine/webpage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webengine/webpage.cpp b/src/webengine/webpage.cpp index 0e1238a..ecbb1b9 100644 --- a/src/webengine/webpage.cpp +++ b/src/webengine/webpage.cpp @@ -11,6 +11,7 @@ #include <QMessageBox> #include <QTimer> #include <QWebEngineFullScreenRequest> +#include <QWebEngineCertificateError> QString tr_terminationStatus(QWebEnginePage::RenderProcessTerminationStatus status) { |