summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-06-27 00:39:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-06-27 00:39:22 +0200
commit571ed588fce9b66911f0144ffd6b8ed149fdd873 (patch)
tree6aaa74e529da02221a7f0c79daeeec85cf4a7a9b /src/webtab/webtab.h
parentSet URL on initial load just when it comes from main frame (diff)
downloadrekonq-571ed588fce9b66911f0144ffd6b8ed149fdd873.tar.xz
Added "wheel" case to the general zoom management
This should fix the problem that zoom changes are not saved when applied with the wheel CCBUG: 223188
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 9fa40659..338503a0 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -110,7 +110,8 @@ private Q_SLOTS:
void zoomIn();
void zoomOut();
void zoomDefault();
-
+ void setZoom(int);
+
// webapp slots per title & icon
void webAppTitleChanged(QString);
void webAppIconChanged();