less qt3_support
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=650622
This commit is contained in:
parent
3b0846e6f6
commit
c3d0436084
@ -1,7 +1,5 @@
|
|||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
add_definitions (-DQT3_SUPPORT)
|
|
||||||
|
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
|
|
||||||
set(plasma_LIB_SRCS
|
set(plasma_LIB_SRCS
|
||||||
|
2
svg.cpp
2
svg.cpp
@ -90,7 +90,7 @@ class Svg::Private
|
|||||||
renderer = new KSvgRenderer( path );
|
renderer = new KSvgRenderer( path );
|
||||||
}
|
}
|
||||||
|
|
||||||
p.resize( size );
|
p = QPixmap( size );
|
||||||
p.fill(Qt::transparent);
|
p.fill(Qt::transparent);
|
||||||
QPainter renderPainter( &p );
|
QPainter renderPainter( &p );
|
||||||
renderPainter.setWorldMatrix( matrix );
|
renderPainter.setWorldMatrix( matrix );
|
||||||
|
Loading…
Reference in New Issue
Block a user