From 32073e28f0e425c066e65f3fc6a3101feab22598 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 21 Aug 2010 02:35:53 +0000 Subject: More TQt functionality in place for Qt4... git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1166130 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqpainter.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'qtinterface/tqpainter.cpp') diff --git a/qtinterface/tqpainter.cpp b/qtinterface/tqpainter.cpp index 26a5ba9..6157d02 100644 --- a/qtinterface/tqpainter.cpp +++ b/qtinterface/tqpainter.cpp @@ -26,11 +26,19 @@ Boston, MA 02110-1301, USA. void Q3Painter::setRasterOp( Qt::RasterOp ) { // Do nothing! - #warning "setRasterOp is unimplemented!" + #warning "Q3Painter::setRasterOp is unimplemented!" } Q3Painter::Q3Painter( const QPaintDevice * pdev, bool unclipped ) : QPainter(const_cast(pdev)) { setClipping(!unclipped); } +// void Q3Painter::flush( const QRegion ®ion, CoordinateMode cm = CoordDevice ) { +// #warning "Q3Painter::flush is unimplemented!" +// } + +void Q3Painter::flush() { + #warning "Q3Painter::flush is unimplemented!" +} + #endif // USE_QT4 \ No newline at end of file -- cgit v1.2.3