Remove debug

This commit is contained in:
John Maguire 2010-03-25 11:41:07 +00:00
parent 5dc9f2358f
commit a1baa06dbf
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ void StyleSheetLoader::UpdateStyleSheet(QWidget *widget) {
alt.setAlpha(50);
QString name = QString(
"qrgba(%1,%2,%3,%4)").arg(alt.red()).arg(alt.green()).arg(alt.blue()).arg(alt.alpha());
qDebug() << name;
contents.replace("%palette-alternate-base", name);
ReplaceColor(&contents, "Window", p, QPalette::Window);
ReplaceColor(&contents, "Background", p, QPalette::Background);