forked from qt-creator/qt-creator
		
	DeclarativeEngineDebugClient: Use CamelCase
Change-Id: Ibf3c8b1e166f6ac16ac3ecd74dd8034678676a31 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
		@@ -38,11 +38,11 @@ namespace QmlDebug {
 | 
			
		||||
 | 
			
		||||
class QmlDebugConnection;
 | 
			
		||||
 | 
			
		||||
class QMLDEBUG_EXPORT DeclarativeEngineDebugCLient : public BaseEngineDebugClient
 | 
			
		||||
class QMLDEBUG_EXPORT DeclarativeEngineDebugClient : public BaseEngineDebugClient
 | 
			
		||||
{
 | 
			
		||||
    Q_OBJECT
 | 
			
		||||
public:
 | 
			
		||||
    DeclarativeEngineDebugCLient(QmlDebugConnection *conn)
 | 
			
		||||
    DeclarativeEngineDebugClient(QmlDebugConnection *conn)
 | 
			
		||||
        : BaseEngineDebugClient(QLatin1String("QDeclarativeEngine"), conn)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user