diff options
| author | 2007-04-18 16:03:39 +0000 | |
|---|---|---|
| committer | 2007-04-18 16:03:39 +0000 | |
| commit | 56b7fa929af6d0b3de60ae494aa2893794279833 (patch) | |
| tree | b9b16c1d497e9ec11031ecc25bc8cb207f73fd00 /src/modules/objects/class_painter.h | |
| parent | compact tips (diff) | |
| download | KVIrc-56b7fa929af6d0b3de60ae494aa2893794279833.tar.gz KVIrc-56b7fa929af6d0b3de60ae494aa2893794279833.tar.bz2 KVIrc-56b7fa929af6d0b3de60ae494aa2893794279833.zip | |
added some QT4 painter new functions.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@515 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_painter.h')
| -rw-r--r-- | src/modules/objects/class_painter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_painter.h b/src/modules/objects/class_painter.h index 52a6eeeeb..44ceb1e41 100644 --- a/src/modules/objects/class_painter.h +++ b/src/modules/objects/class_painter.h @@ -76,6 +76,9 @@ public: #ifdef COMPILE_USE_QT4 bool functionsetOpacity(KviKvsObjectFunctionCall *c); + bool functionsetSmoothPixmapTransform(KviKvsObjectFunctionCall *c); + bool functionsetTextAntialiasing(KviKvsObjectFunctionCall *c); + bool functionsetAntialiasing(KviKvsObjectFunctionCall *c); #endif |
