Removed obsolete ifdefs.

Reviewed-by: dt
This commit is contained in:
Robert Loehning
2010-03-02 19:53:31 +01:00
parent 83db17bac9
commit 588b4eff59
4 changed files with 0 additions and 34 deletions

View File

@@ -167,10 +167,6 @@ void FancyLineEdit::updateStyleSheet(Side side)
sheet += QLatin1String(" color: #BBBBBB;");
// Fix the stylesheet's clearing the size hint.
#if QT_VERSION < 0x040700
sheet += QLatin1String(" height: ");
sheet += QString::number(sizeHint().height());
#endif
sheet += QLatin1Char('}');
setStyleSheet(sheet);
}