PDA

View Full Version : problem with phonon



mismael85
14th December 2009, 16:48
hello,
i am using phonon library and the sound plays but i got a message in the console says
WARNING: Phonon needs QCoreApplication::applicationName to be set to export audio output names through the DBUS interface

is there any problem?

high_flyer
14th December 2009, 17:20
I am not sure about this, but I think it means that if you want to use your Phonon application with DBus you will have to set a name in your application object.
But if you are not using DBus, its not important.

yvan
30th January 2010, 21:25
Hello,

i think you should add a line somewhere specifing the name of the application like mentioned. So add a line like this:

QCoreApplication::setApplicationName("Name of my app");

This answer might not be useful for you anymore but maybe for someone else, who knows.

Bye