announcement: Kwave is in kdereview

Albert Astals Cid aacid at kde.org
Thu Oct 27 23:31:18 BST 2016


El dijous, 27 d’octubre de 2016, a les 21:48:40 CEST, Thomas Eschenbacher va 
escriure:
> Albert Astals Cid wrote:
> 
> [...]
> 
> >>> These warnings look like nice to fix
> >>> kf5.kcoreaddons.kaboutdata: Could not initialize the equivalent
> >>> properties
> >>> of Q*Application: no instance (yet) existing.
> >>> kf5.kcoreaddons.kaboutdata:
> >>> QCoreApplication::organizationDomain "kde.org" is out-of-sync with
> >>> KAboutData::applicationData().organizationDomain "sourceforge.net"
> >>> kf5.kcoreaddons.kaboutdata: QGuiApplication::applicationDisplayName
> >>> "kwave" is out-of-sync with KAboutData::applicationData().displayName
> >>> "Kwave" kf5.kcoreaddons.kaboutdata: QGuiApplication::desktopFileName ""
> >>> is out-of-sync with KAboutData::applicationData().desktopFileName
> >>> "net.sourceforge.kwave" kf5.kcoreaddons.kaboutdata:
> >>> QCoreApplication::organizationDomain "kde.org" is out-of-sync with
> >>> KAboutData::applicationData().organizationDomain "sourceforge.net"
> >>> kf5.kcoreaddons.kaboutdata: QGuiApplication::applicationDisplayName
> >>> "kwave" is out-of-sync with KAboutData::applicationData().displayName
> >>> "Kwave" kf5.kcoreaddons.kaboutdata: QGuiApplication::desktopFileName ""
> >>> is out-of-sync with KAboutData::applicationData().desktopFileName
> >>> "net.sourceforge.kwave"
> >>> 
> >>> About -> kwave gives me a bunch of
> >>> Trying to convert empty KLocalizedString to QString.
> >>> Trying to convert empty KLocalizedString to QString.
> >>> Trying to convert empty KLocalizedString to QString.
> >>> Trying to convert empty KLocalizedString to QString.
> >>> Trying to convert empty KLocalizedString to QString.
> >>> Trying to convert empty KLocalizedString to QString.
> >>> Trying to convert empty KLocalizedString to QString.
> 
> ok, fixed in 7e61a9d3732e11ced84aaf6504b927189777512e
> 
> But I still get these here:
> 
> QCommandLineParser: option not defined: "author"
> QCommandLineParser: option not defined: "license"
> QCommandLineParser: option not defined: "desktopfile"
> 
> and I have no clue why...
> Could anyone give me a hint where that comes from and what I am supposed
> to do against that?

If you're going to call 

about.processCommandLine(&cmdline);

you need to previously have called

aboutData.setupCommandLine(&cmdline);

Cheers,
  Albert

> 
> regards,
>    Thomas






More information about the kde-core-devel mailing list