make this a dummy function with qt 4.5 (removed completely in trunk)

svn path=/branches/KDE/4.2/kdelibs/; revision=925208
This commit is contained in:
Stephan Kulow 2009-02-12 18:21:32 +00:00
parent b158bab9a1
commit c0a59aee37

View File

@ -467,6 +467,9 @@ void ExtenderPrivate::updateBorders()
void ExtenderPrivate::adjustSizeHints()
{
#if (QT_VERSION >= QT_VERSION_CHECK(4, 90, 0))
return;
#endif
//FIXME: what happens in this function are some nasty workarounds for a bug in qt4.4's QGL.
//Alexis has told me they are working on a fix for qt4.5, so this can be removed once the bug
//has been fixed in Qt.