Changeset 95526 in webkit
- Timestamp:
- Sep 20, 2011, 4:36:15 AM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r95501 r95526 1 2011-09-20 Tor Arne Vestbø <tor.arne.vestbo@nokia.com> 2 3 [Qt] Don't use QFont before initializing QApplication 4 5 Could potentially result in crash. 6 7 Reviewed by Simon Hausmann. 8 9 * DumpRenderTree/qt/main.cpp: 10 (main): 11 1 12 2011-09-19 Adam Barth <abarth@webkit.org> 2 13 -
trunk/Tools/DumpRenderTree/qt/main.cpp
r82844 r95526 145 145 QApplication::setStyle(new QWindowsStyle); 146 146 147 QApplication app(argc, argv); 148 147 149 QFont f("Sans Serif"); 148 150 f.setPointSize(9); … … 151 153 QApplication::setFont(f); 152 154 153 QApplication app(argc, argv);154 155 #ifdef Q_WS_X11 155 156 QX11Info::setAppDpiY(0, 96);
Note:
See TracChangeset
for help on using the changeset viewer.