this is possible now that we actually call KAboutData::setApplicationData
which forwards a whole bunch of settings to the qapp
all calls are replaced by KAboutData::setApplicationData
this is possible now that we actually call KAboutData::setApplicationData
which forwards a whole bunch of settings to the qapp
all calls are replaced by KAboutData::setApplicationData
--version|author|help work as expected
No Linters Available |
No Unit Test Coverage |
Buildable 12815 | |
Build 12833: arc lint + arc unit |
I would leave out the explicit setting of otherwise default values, but people's preferences differ :)
src/main.cpp | ||
---|---|---|
78 ↗ | (On Diff #59792) | That is the default (in case no homepage is given)., other places then do not set it explicitly, for consistency might also do this here. |
79 ↗ | (On Diff #59792) | This also is the implicit value, composed from (default) organization domain and the component name (as defined in the API docs contract). Other places also do not set it explicitly, so one might also not do this here. |