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:
parent
b158bab9a1
commit
c0a59aee37
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user