diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-21 02:35:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-21 02:35:53 +0000 |
commit | 32073e28f0e425c066e65f3fc6a3101feab22598 (patch) | |
tree | 7e78a6f72b314bd555a49597c38ecabfc24a8714 /qtinterface/tqpainter.cpp | |
parent | 90cbdd552d7ab58c8534b0f3d0980d5059adc422 (diff) | |
download | tqtinterface-32073e28f0e425c066e65f3fc6a3101feab22598.tar.gz tqtinterface-32073e28f0e425c066e65f3fc6a3101feab22598.zip |
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
Diffstat (limited to 'qtinterface/tqpainter.cpp')
-rw-r--r-- | qtinterface/tqpainter.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
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<QPaintDevice *>(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 |