qt4: compile fix
authorMichael Büsch <mb@bu3sch.de>
Wed, 18 Aug 2010 19:29:24 +0000 (19:29 +0000)
committerMichael Büsch <mb@bu3sch.de>
Wed, 18 Aug 2010 19:29:24 +0000 (19:29 +0000)
commita4a260dc5439ad9d3fbd3c116fdd593c284c2af2
tree637ba42b82eb8ef5ba8e0f566b740dfc6e21f425
parent5f0eaac55ef0e450a4343d8ff5d91b712fedb8d5
qt4: compile fix
qRegisterAnimationInterpolator() is a function defined in a header. It is not declared static inline. Under certain circumstances this may cause linker errors. Make it static inline.

SVN-Revision: 22707
Xorg/lib/qt4/patches/300-compile-fixes.patch [new file with mode: 0644]