diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-08 13:08:11 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-08 13:08:40 +0530 |
| commit | b955a603c27ffb3869901b1899303b936816afcf (patch) | |
| tree | da73b2254383d4aca3b86f4e26cef4b8ff5ce547 /src/widgets/Decorations.cpp | |
| parent | b41d47d1f5a9b7ae922830c5bdb83e2f182d1b52 (diff) | |
| download | null-browser-b955a603c27ffb3869901b1899303b936816afcf.tar.gz null-browser-b955a603c27ffb3869901b1899303b936816afcf.zip | |
Add web.json api (vendored dkjson)
Diffstat (limited to 'src/widgets/Decorations.cpp')
| -rw-r--r-- | src/widgets/Decorations.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/Decorations.cpp b/src/widgets/Decorations.cpp index 5e11be4..a258102 100644 --- a/src/widgets/Decorations.cpp +++ b/src/widgets/Decorations.cpp @@ -86,7 +86,6 @@ void Decorations::set_html(const QString &html, WebViewId view_id) { } void Decorations::set_size(DecorationType type, uint16_t size) { - qDebug() << "::deco" << type << size; auto decoration = get_decoration_widget_type(type); if (decoration.has_value()) decoration.value()->set_size(size); |
