src/script/bridge/qscriptdeclarativeclass.cpp
branchRCL_3
changeset 4 3b1da2848fc7
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
3:41300fa6a67c 4:3b1da2848fc7
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtDeclarative module of the Qt Toolkit.
     7 ** This file is part of the QtDeclarative module of the Qt Toolkit.
     8 **
     8 **
   317 {
   317 {
   318     Q_UNUSED(object);
   318     Q_UNUSED(object);
   319     return QStringList();
   319     return QStringList();
   320 }
   320 }
   321 
   321 
       
   322 bool QScriptDeclarativeClass::isQObject() const
       
   323 {
       
   324     return false;
       
   325 }
       
   326 
   322 QObject *QScriptDeclarativeClass::toQObject(Object *, bool *ok)
   327 QObject *QScriptDeclarativeClass::toQObject(Object *, bool *ok)
   323 {
   328 {
   324     if (ok) *ok = false;
   329     if (ok) *ok = false;
   325     return 0;
   330     return 0;
   326 }
   331 }