Changeset 886
- Timestamp:
- 07/11/07 09:31:03 (1 year ago)
- Location:
- trunk/jahwidgets/src/qt3
- Files:
-
- 3 modified
-
widgets/scribbler.cpp (modified) (2 diffs)
-
widgets/scribbler.h (modified) (1 diff)
-
wrapper/wrapper_vc80.vcproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jahwidgets/src/qt3/widgets/scribbler.cpp
r783 r886 82 82 if ( image != 0 ) 83 83 { 84 std::wstring format = image->pf( );84 opl::wstring format = image->pf( ); 85 85 if ( format == L"r8g8b8a8" || format == L"b8g8r8a8" ) 86 86 { … … 251 251 image = il::convert( image, pf_ ); 252 252 253 std::wstring format = image->pf( );253 opl::wstring format = image->pf( ); 254 254 int width = image->width( ); 255 255 int height = image->height( ); -
trunk/jahwidgets/src/qt3/widgets/scribbler.h
r783 r886 88 88 QImage render_text_qimage( const pl::wstring& text, const pl::wstring& font_name, int pointSize, int alignment ) const; 89 89 90 const std::wstring pf_;90 const opl::wstring pf_; 91 91 il::image_type_ptr glyphs_; 92 92 const int glyph_w_; -
trunk/jahwidgets/src/qt3/wrapper/wrapper_vc80.vcproj
r865 r886 243 243 </File> 244 244 <File 245 RelativePath="..\utils\thread_util.cpp" 246 > 247 </File> 248 <File 245 249 RelativePath=".\thumbnailer.cpp" 246 250 > … … 386 390 <File 387 391 RelativePath="..\utils\string_utils.hpp" 392 > 393 </File> 394 <File 395 RelativePath="..\utils\thread_util.hpp" 388 396 > 389 397 </File>
