On Mon, Apr 24, 2017, at 02:36 PM, J-P Nurmi wrote: > QML Settings, being currently in the Qt.labs namespace, could graduate > later there. And QStandardPaths could be a nice addition too.
Since these are all QtCore types thus far, what about a QtCore import? The source tree would of course have to live in qtdeclarative, but that's not really much of a problem. That then gives us a good place to put additional types, too. I'd generally like to avoid a "Utils" import, since in my opinion they far too easily end up as a dumping ground (yes, yes, arguments about QtCore already sort of being one aside: at least then it's consistent). -- Robin Burchell [email protected] _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
