diff options
| author | 2011-05-08 22:25:35 +0000 | |
|---|---|---|
| committer | 2011-05-08 22:25:35 +0000 | |
| commit | 3d8714d797ce5b09cea2e3b36edee2fc231f28a1 (patch) | |
| tree | 5b13cd3775c52333155ff349f3e45dc24b271b04 /src/modules/objects/KvsObject_painter.h | |
| parent | Fix fix (diff) | |
| download | KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.tar.gz KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.tar.bz2 KVIrc-3d8714d797ce5b09cea2e3b36edee2fc231f28a1.zip | |
Objects module: fixed indentation (2nd part)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5837 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/KvsObject_painter.h')
| -rw-r--r-- | src/modules/objects/KvsObject_painter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/objects/KvsObject_painter.h b/src/modules/objects/KvsObject_painter.h index 7f9508a94..f1bfd971d 100644 --- a/src/modules/objects/KvsObject_painter.h +++ b/src/modules/objects/KvsObject_painter.h @@ -41,8 +41,8 @@ public: KVSO_DECLARE_OBJECT(KvsObject_painter) protected: QPrinter * m_pPrinter; - bool bDonotdeleteinternalqpainter; - QPainter * m_pPainter; + bool bDonotdeleteinternalqpainter; + QPainter * m_pPainter; QMatrix m_pMatrix; QLinearGradient *m_pGradient; QPainterPath *m_pPainterPath; @@ -114,7 +114,7 @@ public: bool resetPath(KviKvsObjectFunctionCall *c); bool beginPdf(KviKvsObjectFunctionCall *c); -bool drawPixmapWithEffect(KviKvsObjectFunctionCall *c); + bool drawPixmapWithEffect(KviKvsObjectFunctionCall *c); bool painterDeviceWidth(KviKvsObjectFunctionCall *c); bool painterDeviceHeight(KviKvsObjectFunctionCall *c); |
