equal
deleted
inserted
replaced
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 } |