Changeset 55164 in webkit
- Timestamp:
- Feb 23, 2010, 1:13:38 PM (16 years ago)
- Location:
- trunk/WebKitTools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
QtLauncher/main.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKitTools/ChangeLog
r55163 r55164 1 2010-02-23 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> 2 3 Reviewed by Kenneth Rohde Christiansen. 4 5 [Qt] Need a final integration between QtLauncher and QGVLauncher 6 https://bugs.webkit.org/show_bug.cgi?id=35292 7 8 WebKit coding style fixes. 9 10 * QtLauncher/main.cpp: 11 (LauncherWindow::resetZoom): 12 1 13 2010-02-23 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org> 2 14 -
trunk/WebKitTools/QtLauncher/main.cpp
r55163 r55164 44 44 45 45 #include <cstdio> 46 #include "mainwindow.h"47 46 #include <qevent.h> 48 47 #include <qwebelement.h> … … 55 54 #endif 56 55 56 #include "mainwindow.h" 57 57 #include "urlloader.h" 58 58 #include "utils.h" … … 378 378 void LauncherWindow::resetZoom() 379 379 { 380 currentZoom = 100;381 page()->mainFrame()->setZoomFactor(1.0);380 currentZoom = 100; 381 page()->mainFrame()->setZoomFactor(1.0); 382 382 } 383 383
Note:
See TracChangeset
for help on using the changeset viewer.