removed unused 'active' parameter do ::shadowPixmap
svn path=/trunk/KDE/kdebase/workspace/; revision=1021077
This commit is contained in:
parent
d982b5060c
commit
4fa4dbd740
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ namespace Nitrogen
|
|||
TileSet *shadowTiles(const QColor& color, const QColor& glow, qreal size, bool active);
|
||||
|
||||
//! shadows
|
||||
QPixmap shadowPixmap( const QColor& color, const QColor& glow, qreal size, bool active) const;
|
||||
QPixmap shadowPixmap( const QColor& color, const QColor& glow, qreal size) const;
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in a new issue