QV8Profiler: Rename the global static instance

Change-Id: Iecd2856a36c7cf364f3d18288c2974a3bc29f91f
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
This commit is contained in:
Aurindam Jana 2011-11-10 15:54:21 +01:00 committed by Qt by Nokia
parent e6a9ff7a11
commit f15b7a0ffb
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
QT_BEGIN_NAMESPACE
Q_GLOBAL_STATIC(QV8ProfilerService, v8ServiceInstance)
Q_GLOBAL_STATIC(QV8ProfilerService, v8ProfilerInstance)
class ByteArrayOutputStream : public v8::OutputStream
{
@ -115,7 +115,7 @@ QV8ProfilerService::~QV8ProfilerService()
QV8ProfilerService *QV8ProfilerService::instance()
{
return v8ServiceInstance();
return v8ProfilerInstance();
}
void QV8ProfilerService::addEngine(QDeclarativeEngine *engine)