Fix white text in tool tips and dock widget decorations

This was a regression in the custom styling. We no longer set
the panel property on the mainwindow but rely on qobject_cast
to style custom mainwindows.

Reviewed-by: thorbjorn
This commit is contained in:
Jens Bache-Wiig
2010-03-22 13:20:31 +01:00
parent 5e68c2afb8
commit 3ecfc2f343
2 changed files with 5 additions and 1 deletions

View File

@@ -55,7 +55,6 @@ FancyMainWindowPrivate::FancyMainWindowPrivate() :
FancyMainWindow::FancyMainWindow(QWidget *parent) :
QMainWindow(parent), d(new FancyMainWindowPrivate)
{
setProperty("panelwidget", true);
}
FancyMainWindow::~FancyMainWindow()