Coding Style++
SVN_SILENT svn path=/trunk/KDE/kdebase/workspace/; revision=1155057
This commit is contained in:
parent
84e8fa4634
commit
48012c30fe
1 changed files with 9 additions and 9 deletions
18
effects.h
18
effects.h
|
@ -347,15 +347,15 @@ class EffectFrameImpl
|
||||||
{
|
{
|
||||||
return m_static;
|
return m_static;
|
||||||
};
|
};
|
||||||
void finalRender( QRegion region, double opacity, double frameOpacity ) const;
|
void finalRender( QRegion region, double opacity, double frameOpacity ) const;
|
||||||
virtual void setShader( GLShader* shader )
|
virtual void setShader( GLShader* shader )
|
||||||
{
|
{
|
||||||
m_shader = shader;
|
m_shader = shader;
|
||||||
}
|
}
|
||||||
virtual GLShader* shader() const
|
virtual GLShader* shader() const
|
||||||
{
|
{
|
||||||
return m_shader;
|
return m_shader;
|
||||||
}
|
}
|
||||||
virtual void setSelection( const QRect& selection );
|
virtual void setSelection( const QRect& selection );
|
||||||
const QRect& selection() const
|
const QRect& selection() const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue