I can't remember who it was who had a problem with depending on Qt >= 4.5.0 last time. It was something fairly trivial, and it was of no real consequence to pull back to 4.4.x that time.
So now I've got a QStringList that contains 183 entries, and only 3 of them are not duplicates. There's QStringList::removeDuplicates() which solves this problem with one line of code, and it's pretty damn attractive, I have to say. Given that Thorn's new target is February of next year, even the newest Ubuntu LTS will have Qt 4.5 by then. Sure, I could replace removeDuplicates() with some hand written code to do the same job, but that just seems like a lot of energy to support a minority of holdouts who won't have gotten with the times by next February. I'm inclined to use this, officially raise the minimum Qt version to 4.5.0 (which also dramatically improves our graphics rendering performance) and call it a day. Does anybody have any serious objections? -- D. Michael McIntyre ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
