PlasmaKPart moved to kdereview

Albert Astals Cid aacid at kde.org
Mon Aug 30 19:03:22 BST 2010


A Diumenge, 29 d'agost de 2010, Ryan Rix va escriure:
> One and all,
> 
> Thanks for the feedback, I think i've addressed everyone's feedback.
> 
> * Messages.sh updated (Albert, can you verify that I Got It Right that
> time?)

Do you really want to remove all your cpp files after Messages.sh is run?

Also you shouldn't really need
  KGlobal::locale()->insertCatalog("plasma-kpart");
since your component data is already called plasma-kpart.

You can check that it is not needed by removing it, compiling, installing, and 
then doing
KDE_LANG=foo strace myprogram &> strace_output
And checking plasma-kpart.mo is tried to be opened.

Albert




More information about the kde-core-devel mailing list