fix the build. however it is *very* unclear what colorGroup[()?] actually is. two suggestion would be using naming conventions like m_* to mark member variables and not to be too clever with namespaces.
svn path=/trunk/KDE/kdebase/workspace/; revision=1023561
This commit is contained in:
parent
f6973ae9dd
commit
37ec3b56af
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace Nitrogen
|
|||
{
|
||||
|
||||
// check colorgroup
|
||||
assert( colorGroup() == QPalette::Active || colorGroup() == QPalette::Inactive );
|
||||
assert( colorGroup == QPalette::Active || colorGroup == QPalette::Inactive );
|
||||
|
||||
// vertical offset
|
||||
verticalOffset_ = ( NitrogenShadowConfiguration::colorGroup() == QPalette::Active ) ? 0:0.2;
|
||||
|
|
Loading…
Reference in a new issue