aboutsummaryrefslogtreecommitdiff
path: root/src/webwindow.hpp
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 23:35:25 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 23:35:25 +0100
commite78e1a69d7200da8012d9ef3a3b8fb25796d498e (patch)
treed7d544b7758bd3227b4683991a5f2c0a9f6cbac6 /src/webwindow.hpp
parent035ba2bd28eeca1b1658a1e69711842d3fbd152a (diff)
webtrayctl: add show
Diffstat (limited to 'src/webwindow.hpp')
-rw-r--r--src/webwindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webwindow.hpp b/src/webwindow.hpp
index c29a953..a9183d7 100644
--- a/src/webwindow.hpp
+++ b/src/webwindow.hpp
@@ -20,7 +20,7 @@ private:
PermissionManager *perm;
void web_configure();
- void permission_requested(const QUrl origin, QWebEnginePage::Feature feature);
+ void permission_requested(QWebEnginePermission permission);
void closeEvent(QCloseEvent *event);
public: