Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-05 | Use specific API to compare QByteArrays | Aleix Pol | |
At the moment we are taking a bit of a detour by converting to char*. Not a bit deal but reads better and ends up being less calls. | |||
2021-04-15 | KConfig: rename kconfigdata.h to kconfigdata_p.h | David Faure | |
It's internal, the symbols are not exported, the header is not installed. The _p.h naming makes this more obvious, when grepping for stuff in public API. |