Re: KF5 Porting Notes

2016-01-07 Thread Dominik Haumann
On Wed, Jan 6, 2016 at 11:15 PM, Albert Astals Cid wrote: > El Wednesday 06 January 2016, a les 14:56:48, Martin Koller va escriure: >> In the section about KApplication -> QApplication, I find: >> >> Make sure to: >> Call QCoreApplication::setApplicationName() and others ... >> >> It seems this i

Re: KF5 Porting Notes

2016-01-06 Thread Albert Astals Cid
El Wednesday 06 January 2016, a les 14:56:48, Martin Koller va escriure: > In the section about KApplication -> QApplication, I find: > > Make sure to: > Call QCoreApplication::setApplicationName() and others ... > > It seems this is not needed when one uses KAboutData::setApplicationData() Corr

KF5 Porting Notes

2016-01-06 Thread Martin Koller
In the section about KApplication -> QApplication, I find: Make sure to: Call QCoreApplication::setApplicationName() and others ... It seems this is not needed when one uses KAboutData::setApplicationData() If this is correct, I would add this to the page: https://community.kde.org/index.php?ti