On 12/5/11 9:23 PM, "ext Stephen Kelly" <[email protected]> wrote:
>On Tuesday, November 22, 2011 17:52:15 Stephen Kelly wrote: >> Hi there, >> >> I propose to move the following files into QtCore (along with their >> implementations, omitted for brevity): >> >> * itemviews/qabstractproxymodel.h >> * itemviews/qidentityproxymodel.h >> * itemviews/qsortfilterproxymodel.h >> * itemviews/qitemselectionmodel.h >> > >When I build Qt in release mode before moving the files: > >$ size libQtCore.so.5.0.0 >text data bss dec hex filename >3543451 74688 5080 3623219 374933 libQtCore.so.5.0.0 > >And after compiling them into QtCore: > >$ size libQtCore.so.5.0.0 >text data bss dec hex > filename >3714394 78272 5080 3797746 39f2f2 >libQtCore.so.5.0.0 Ok, that adds around 180k. I'd say let's move them. But in that case I think you should move the string list model as well. It's trivial, very small and rather useful compared to it's size. Stephen, any idea when you'll do the move? Cheers, Lars _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
