qt4: compile fix
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Aug 2010 19:29:24 +0000 (19:29 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 18 Aug 2010 19:29:24 +0000 (19:29 +0000)
commit6f4f506baf9d24b2c1e9691c04fe1a845e57b190
tree637ba42b82eb8ef5ba8e0f566b740dfc6e21f425
parent5ca079f8165e7f90e3a438190dbe16c25a539922
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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Xorg/lib/qt4/patches/300-compile-fixes.patch [new file with mode: 0644]