summaryrefslogtreecommitdiff
path: root/src/webtab/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-10-16 19:36:37 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:05 +0100
commit3e97b8f91c33f6b49a93c59b0bcb267fe47554f9 (patch)
treeb0eff0bf036b4d9c1b98f0efd066b8ea7619b7c1 /src/webtab/webtab.h
parentRe-enable the restore on crash message bar :) (diff)
downloadrekonq-3e97b8f91c33f6b49a93c59b0bcb267fe47554f9.tar.xz
Zoom actionis restored, yeah! :D
Diffstat (limited to 'src/webtab/webtab.h')
-rw-r--r--src/webtab/webtab.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h
index 2773dc12..6a9e844f 100644
--- a/src/webtab/webtab.h
+++ b/src/webtab/webtab.h
@@ -94,12 +94,18 @@ private Q_SLOTS:
void printFrame();
+ void zoomIn();
+ void zoomOut();
+ void zoomDefault();
+
Q_SIGNALS:
void loadProgressing();
void titleChanged(const QString &);
void triggerPartPrint();
+ void infoToShow(QString);
+
private:
WebView *m_webView;
@@ -109,6 +115,8 @@ private:
QWeakPointer<PreviewSelectorBar> m_previewSelectorBar;
KParts::ReadOnlyPart *m_part;
+
+ int m_zoomFactor;
};
#endif