Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | core: Change Q_UNUSED to no parameter name | jan Iversen | |
C++ permits use of parameters without name, which signals unused Signed-off-by: Jan Iversen <jani@apache.org> | |||
2018-04-13 | iOS: create our own OS support file | Dirk Hohndel | |
Up until now we just reused the macos.c file for convenience, hard coding a specific file path that may or may not work on iOS. Instead get the preferred path from Qt and for this we need to be able to call into Qt, so this needs to be a C++ file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |