qt4: compile fix qRegisterAnimationInterpolator() is a function defined in a header...
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)
commit40d2ece1df016e5e460d6512d0f43432e25039d0
tree9c857e056932b3936acffbafdf68032e03dfaef1
parent2e9792a95357b7d0976333fa4dc493628dfa1bcd
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]