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
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
(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());
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