DeclarativeEngineDebugClient: Use CamelCase

Change-Id: Ibf3c8b1e166f6ac16ac3ecd74dd8034678676a31
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Aurindam Jana
2012-04-24 12:33:15 +02:00
parent 50e8f7bb7b
commit 027d5f21d9
2 changed files with 3 additions and 3 deletions

View File

@@ -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)
{
}