From 55344f49d92409105d1339536de3172fe6c2b0c6 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 8 Dec 2010 17:27:44 +0100 Subject: =?UTF-8?q?merge=20first=20Google=20Code-In=20submission:=20add=20?= =?UTF-8?q?the=20percentage=20of=20the=20website=E2=80=99s=20zoom=20to=20t?= =?UTF-8?q?he=20zoombar=20http://www.google-melange.com/gci/task/show/goog?= =?UTF-8?q?le/gci2010/kde/t129157984557?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit slightly changed the attached patch, (e.g. percentage -> m_percentage) as noted on the mailinglist --- src/zoombar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zoombar.h') diff --git a/src/zoombar.h b/src/zoombar.h index d45aab19..533946f8 100644 --- a/src/zoombar.h +++ b/src/zoombar.h @@ -34,6 +34,7 @@ // Qt Includes #include +#include // Forward Declarations class MainWindow; @@ -70,6 +71,7 @@ private: QToolButton *m_zoomOut; QToolButton *m_zoomNormal; QSlider *m_zoomSlider; + QLabel *m_percentage; }; #endif -- cgit v1.2.1