Commit 81f3d9da authored by Pavlov Konstantin's avatar Pavlov Konstantin

qt4: i really like readable debug output

parent f49d8571
......@@ -33,6 +33,7 @@
#include <QPushButton>
#include "qt4.hpp"
#include <vlc/vlc.h>
#include <charset.h>
class QVLCFrame : public QWidget
{
......@@ -74,7 +75,7 @@ public:
if( psz_default )
{
fprintf( stderr, "Creating default button %s\n", psz_default );
utf8_fprintf( stderr, "Creating default button %s\n", psz_default );
*defaul = new QPushButton(0);
(*defaul)->setFocus();
buttons_layout->addWidget( *defaul );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment