summaryrefslogtreecommitdiffstats
path: root/src/shadereffect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shadereffect.cpp')
-rw-r--r--src/shadereffect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shadereffect.cpp b/src/shadereffect.cpp
index a76c1c6..bbea43c 100644
--- a/src/shadereffect.cpp
+++ b/src/shadereffect.cpp
@@ -50,7 +50,7 @@
static QTransform savedWorldTransform;
ShaderEffect::ShaderEffect(QObject *parent)
- : QGraphicsEffect(parent)
+ : QGraphicsEffect(parent)
, m_changed(true)
{
}
@@ -74,7 +74,7 @@ void ShaderEffect::prepareBufferedDraw(QPainter *painter)
void ShaderEffect::draw (QPainter *painter)
{
- const QGLContext *context = QGLContext::currentContext();
+ const QGLContext *context = QGLContext::currentContext();
prepareBufferedDraw(painter);