Fix warnings on windows

* Windows does not like "QObject */* name */", warning about end
   of comment when rtunning into */*.
This commit is contained in:
Tobias Hunger
2010-07-15 14:17:20 +02:00
parent 3879122a53
commit d747efed52
4 changed files with 14 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ namespace QmlJSInspector {
namespace Internal {
QmlJSDesignDebugClient::QmlJSDesignDebugClient(QDeclarativeDebugConnection *client,
QObject */*parent*/)
QObject * /*parent*/)
: QDeclarativeDebugClient(QLatin1String("QDeclarativeDesignMode"), client) ,
m_connection(client)
{