Changeset 118629 in webkit
- Timestamp:
- May 27, 2012, 12:48:36 PM (14 years ago)
- Location:
- trunk/Source/WebKit/qt
- Files:
-
- 2 edited
-
Api/qwebpage.cpp (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/qt/Api/qwebpage.cpp
r118354 r118629 2144 2144 // (Accelerator mnemonics) 2145 2145 QString escMsg(msg); 2146 escMsg.replace(QChar::from Ascii('&'), QString::fromAscii("&&"));2146 escMsg.replace(QChar::fromLatin1('&'), QLatin1String("&&")); 2147 2147 dlg.setLabelText(escMsg); 2148 2148 -
trunk/Source/WebKit/qt/ChangeLog
r118570 r118629 1 2012-05-27 Simon Hausmann <simon.hausmann@nokia.com> 2 3 [Qt] Trivial unreviewed build fix with newer Qt 4 5 * Api/qwebpage.cpp: 6 (QWebPage::javaScriptPrompt): Don't use deprecated QString/QChar functions. 7 1 8 2012-05-24 Ryosuke Niwa <rniwa@webkit.org> 2 9
Note:
See TracChangeset
for help on using the changeset viewer.