summaryrefslogtreecommitdiff
path: root/src/plugins/help/localhelpmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/localhelpmanager.h')
-rw-r--r--src/plugins/help/localhelpmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/help/localhelpmanager.h b/src/plugins/help/localhelpmanager.h
index bc8cd3b94a..7b330ade30 100644
--- a/src/plugins/help/localhelpmanager.h
+++ b/src/plugins/help/localhelpmanager.h
@@ -78,6 +78,9 @@ public:
static bool returnOnClose();
static void setReturnOnClose(bool returnOnClose);
+ static bool isScrollWheelZoomingEnabled();
+ static void setScrollWheelZoomingEnabled(bool enabled);
+
static QStringList lastShownPages();
static void setLastShownPages(const QStringList &pages);
@@ -106,6 +109,7 @@ signals:
void filterIndexChanged(int index);
void fallbackFontChanged(const QFont &font);
void returnOnCloseChanged();
+ void scrollWheelZoomingEnabledChanged(bool enabled);
private:
static bool m_guiNeedsSetup;