forked from qt-creator/qt-creator
Fix warnings on windows
* Windows does not like "QObject */* name */", warning about end of comment when rtunning into */*.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace QmlJSInspector {
|
||||
namespace Internal {
|
||||
|
||||
QmlJSDesignDebugClient::QmlJSDesignDebugClient(QDeclarativeDebugConnection *client,
|
||||
QObject */*parent*/)
|
||||
QObject * /*parent*/)
|
||||
: QDeclarativeDebugClient(QLatin1String("QDeclarativeDesignMode"), client) ,
|
||||
m_connection(client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user