Comment #3 on issue 4 by tkrotoff: Split MPlayer log from the rest
http://code.google.com/p/quarkplayer/issues/detail?id=4
(No comment was entered for this change.)
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Under Visual C++ 2008:
Q_FUNC_INFO: void __thiscall
Phonon::MPlayer::VideoWidget::setAspectRatio(enum
Phonon::VideoWidget::AspectRatio)
__FUNCTION__: Phonon::MPlayer::VideoWidget::setAspectRatio
Under GCC: http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html
So it's clear __FUNCTION__ is easier to read, __func__ is ISO compliant but
does not exist in Visual C++ does not support, even Visual C++ 2010.
See http://msdn.microsoft.com/en-us/library/b0084kay.aspx
See r1307
See r1315
See r1319 Add unit tests for the logging system
Log system is now a separated library, see r1341, r1342, r1343, r1344, r1345
Comment #9 on issue 4 by tkrotoff: Split MPlayer log from the rest
http://code.google.com/p/quarkplayer/issues/detail?id=4
(No comment was entered for this change.)