summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqpainter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqpainter.cpp')
-rw-r--r--qtinterface/tqpainter.cpp10
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 &region, 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