Re: [Development] Adding method to QPlatformIntegration in Qt4

2013-03-25 Thread Rafael Roquetto
On Mon, Mar 25, 2013 at 03:47:22PM -0300, Rafael Roquetto wrote: > Hello, > > I would like to backport QPlatformIntegration::styleHint(StyleHint hint) to > Qt4, but that would involve adding a virtual method to the class. Is it > acceptable to do is at this poing in Qt 4.8? I know it breaks ABI bu

[Development] Adding method to QPlatformIntegration in Qt4

2013-03-25 Thread Rafael Roquetto
Hello, I would like to backport QPlatformIntegration::styleHint(StyleHint hint) to Qt4, but that would involve adding a virtual method to the class. Is it acceptable to do is at this poing in Qt 4.8? I know it breaks ABI but since QPlatformIntegration is a "private" class, I was wondering if that