Key Shortcuts for Zooming. Refactored some event propogation.

Review URL: https://codereview.appspot.com/6452052

git-svn-id: http://skia.googlecode.com/svn/trunk@4794 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/QT/SkDebuggerGUI.h b/debugger/QT/SkDebuggerGUI.h
index 072e58b..fcbf3b7 100644
--- a/debugger/QT/SkDebuggerGUI.h
+++ b/debugger/QT/SkDebuggerGUI.h
@@ -202,6 +202,9 @@
     QAction fActionShowDeletes;
     QAction fActionStepBack;
     QAction fActionStepForward;
+    QAction fActionZoomIn;
+    QAction fActionZoomOut;
+    QSignalMapper fMapper;
     QWidget fCentralWidget;
 
     QComboBox fFilter;