Changeset 769 for trunk/src/gui/text/qfontengine_win.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/text/qfontengine_win.cpp
r651 r769 40 40 ****************************************************************************/ 41 41 42 43 44 45 46 42 47 #include "qfontengine_p.h" 43 48 #include "qtextengine_p.h" … … 650 655 static const int char_table_entries = sizeof(char_table)/sizeof(ushort); 651 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 652 683 653 684 qreal QFontEngineWin::minLeftBearing() const
Note:
See TracChangeset
for help on using the changeset viewer.