From 571ed588fce9b66911f0144ffd6b8ed149fdd873 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 27 Jun 2013 00:39:22 +0200 Subject: 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 --- src/webtab/webtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/webtab/webtab.h') 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(); -- cgit v1.2.1