Possible uninitialized value?

CCMAIL: sandro@giessl.com


svn path=/trunk/KDE/kdebase/workspace/; revision=764693
icc-effect-5.14.5
Luboš Luňák 2008-01-22 11:26:25 +00:00
parent f6dd54ce4b
commit bff321a8e6
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ void PlastikButton::drawButton(QPainter *painter)
QColor surfaceBottom = KColorScheme::shade(titleBar, KColorScheme::LightShade, c - 0.4);
QColor highlightColor = titleBar;
double alpha;
double alpha = 0;
if (type() == CloseButton) {
KColorScheme kcs(active ? QPalette::Active : QPalette::Inactive, KColorScheme::Button);
highlightColor = kcs.foreground(KColorScheme::NegativeText).color();