src/hbservers/hbthemeserver/main.cpp
changeset 5 627c4a0fd0e7
parent 3 11d3954df52a
child 7 923ff622b8b9
equal deleted inserted replaced
3:11d3954df52a 5:627c4a0fd0e7
    24 ****************************************************************************/
    24 ****************************************************************************/
    25 
    25 
    26 #include "hbthemeserverapplication_p.h"
    26 #include "hbthemeserverapplication_p.h"
    27 #include <QTextStream>
    27 #include <QTextStream>
    28 #include <cstdlib>
    28 #include <cstdlib>
       
    29 #include <QDebug>
    29 
    30 
    30 void showHelp(const QString &argv0, const QString &error = QString())
    31 void showHelp(const QString &argv0, const QString &error = QString())
    31 {
    32 {
    32     QTextStream qerr(stderr);
    33     QTextStream qerr(stderr);
    33     qerr << "Hb Theme Server" << endl;
    34     qerr << "Hb Theme Server" << endl;