> On Sept. 19, 2014, 12:46 a.m., Jarosław Staniek wrote: > > libs/db/tableviewdata.cpp, line 56 > > <https://git.reviewboard.kde.org/r/120274/diff/1/?file=313294#file313294line56> > > > > use K_GLOBAL_STATIC (from KGlobal) so the object gets destroyed on > > app's exit > > Michal Poteralski wrote: > Collator is abstract type ‘icu_52::Collator’, so as far as I know I > cannot use K_GLOBAL_STATIC. > However, can I use K_GLOBAL_STATIC inside class?
Please add a class that encapsulates code from initCollator() in the constructor. > However, can I use K_GLOBAL_STATIC inside class? Yes, it expands to a set of static members http://api.kde.org/4.x-api/kdelibs-apidocs/kdecore/html/kglobal_8h_source.html#l00221 - Jarosław ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120274/#review66867 ----------------------------------------------------------- On Sept. 18, 2014, 10:29 p.m., Michal Poteralski wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/120274/ > ----------------------------------------------------------- > > (Updated Sept. 18, 2014, 10:29 p.m.) > > > Review request for Calligra, Andrius da Costa Ribas, Oleg Kukharchuk, Adam > Pigg, Jarosław Staniek, Dimitrios Tanis, Tomasz Olszak, Radosław Wicik, and > Wojciech Kosowicz. > > > Bugs: 338808 > http://bugs.kde.org/show_bug.cgi?id=338808 > > > Repository: calligra > > > Description > ------- > > Add Qsort comparator (for Strings) which uses Collator. > > Actualy there is only unicode string comparator for Strings. > The patch implements String comparator which uses Collator. > > > Diffs > ----- > > libs/db/CMakeLists.txt aad1c25 > libs/db/tableviewdata.cpp a87c1b2 > > Diff: https://git.reviewboard.kde.org/r/120274/diff/ > > > Testing > ------- > > I've tested on Kexi and works well. > > > Thanks, > > Michal Poteralski > >
_______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel