fixed indentation
svn path=/trunk/KDE/kdebase/workspace/; revision=1116925
This commit is contained in:
parent
0bbc8ef237
commit
c74bc229ee
1 changed files with 7 additions and 7 deletions
|
@ -96,15 +96,15 @@ namespace Oxygen
|
|||
//! cache mode
|
||||
enum ShadowCacheMode
|
||||
{
|
||||
// no shadow cache
|
||||
CacheDisabled,
|
||||
// no shadow cache
|
||||
CacheDisabled,
|
||||
|
||||
// shadow cache depends
|
||||
// on animation duration
|
||||
CacheVariable,
|
||||
// shadow cache depends
|
||||
// on animation duration
|
||||
CacheVariable,
|
||||
|
||||
// shadow cache has maximum size
|
||||
CacheMaximum
|
||||
// shadow cache has maximum size
|
||||
CacheMaximum
|
||||
};
|
||||
|
||||
//! default constructor
|
||||
|
|
Loading…
Reference in a new issue