Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jaroslaw Staniek
On 18 June 2015 at 14:50, Jeremy Whiting wrote: > Jaroslaw, > > On Thu, Jun 18, 2015 at 3:20 AM, Jaroslaw Staniek wrote: >> Hi >> If you look at apps ported to KF5, KAboutData::setApplicationData() is >> used but there are also redundant lines in main(), at least these: >> >> app.setApplicationNa

Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jeremy Whiting
Jaroslaw, On Thu, Jun 18, 2015 at 3:20 AM, Jaroslaw Staniek wrote: > Hi > If you look at apps ported to KF5, KAboutData::setApplicationData() is > used but there are also redundant lines in main(), at least these: > > app.setApplicationName(aboutData.componentName()); > app.setApplicationDisplayN

Re: Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jaroslaw Staniek
(I am sorry, forgot to include kde-devel too) On 18 June 2015 at 11:20, Jaroslaw Staniek wrote: > Hi > If you look at apps ported to KF5, KAboutData::setApplicationData() is > used but there are also redundant lines in main(), at least these: > > app.setApplicationName(aboutData.componentName());

Notes to developers: what KAboutData::setApplicationData() is

2015-06-18 Thread Jaroslaw Staniek
Hi If you look at apps ported to KF5, KAboutData::setApplicationData() is used but there are also redundant lines in main(), at least these: app.setApplicationName(aboutData.componentName()); app.setApplicationDisplayName(aboutData.displayName()); app.setOrganizationDomain(aboutData.organizationDo