Commit 75382ea76deeb0e72089e52332c3ee432af313fb
- Diff rendering mode:
- inline
- side by side
src/plugins/qmleditor/parser/qmljs.g
(40 / 55)
|   | |||
| 1 | 1 | ---------------------------------------------------------------------------- | |
| 2 | 2 | -- | |
| 3 | -- This file is part of Qt Creator | ||
| 3 | 4 | -- | |
| 5 | -- Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | 6 | -- | |
| 7 | -- Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 5 | 8 | -- | |
| 9 | -- Commercial Usage | ||
| 10 | -- | ||
| 11 | -- Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | -- accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | -- Software or, alternatively, in accordance with the terms contained in | ||
| 14 | -- a written agreement between you and Nokia. | ||
| 15 | -- | ||
| 6 | 16 | -- GNU Lesser General Public License Usage | |
| 17 | -- | ||
| 7 | 18 | -- Alternatively, this file may be used under the terms of the GNU Lesser | |
| 8 | 19 | -- General Public License version 2.1 as published by the Free Software | |
| 9 | 20 | -- Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | -- ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | -- will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | -- | |
| 25 | -- | ||
| 26 | -- | ||
| 27 | 25 | -- If you are unsure which license is appropriate for your use, please | |
| 26 | -- contact the sales department at http://qt.nokia.com/contact. | ||
| 28 | 27 | -- | |
| 29 | -- | ||
| 30 | 28 | ---------------------------------------------------------------------------- | |
| 31 | 29 | ||
| 32 | 30 | %parser QmlJSGrammar | |
| … | … | ||
| 85 | 85 | %start TopLevel | |
| 86 | 86 | ||
| 87 | 87 | /. | |
| 88 | /**************************************************************************** | ||
| 88 | /************************************************************************** | ||
| 89 | 89 | ** | |
| 90 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 91 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 90 | ** This file is part of Qt Creator | ||
| 92 | 91 | ** | |
| 93 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 92 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 94 | 93 | ** | |
| 95 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 96 | ** No Commercial Usage | ||
| 97 | ** This file contains pre-release code and may not be distributed. | ||
| 98 | ** You may use this file in accordance with the terms and conditions | ||
| 99 | ** contained in the either Technology Preview License Agreement or the | ||
| 100 | ** Beta Release License Agreement. | ||
| 94 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 101 | 95 | ** | |
| 96 | ** Commercial Usage | ||
| 97 | ** | ||
| 98 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 99 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 100 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 101 | ** a written agreement between you and Nokia. | ||
| 102 | ** | ||
| 102 | 103 | ** GNU Lesser General Public License Usage | |
| 104 | ** | ||
| 103 | 105 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 104 | 106 | ** General Public License version 2.1 as published by the Free Software | |
| 105 | 107 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 109 | 109 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 110 | 110 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 111 | 111 | ** | |
| 112 | ** In addition, as a special exception, Nokia gives you certain | ||
| 113 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 114 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 115 | ** package. | ||
| 116 | ** | ||
| 117 | ** GNU General Public License Usage | ||
| 118 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 119 | ** General Public License version 3.0 as published by the Free Software | ||
| 120 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 121 | ** packaging of this file. Please review the following information to | ||
| 122 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 123 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 124 | ** | ||
| 125 | 112 | ** If you are unsure which license is appropriate for your use, please | |
| 126 | ** contact the sales department at qt-sales@nokia.com. | ||
| 127 | ** $QT_END_LICENSE$ | ||
| 113 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 128 | 114 | ** | |
| 129 | ****************************************************************************/ | ||
| 115 | **************************************************************************/ | ||
| 130 | 116 | ||
| 131 | 117 | #include <QtCore/QtDebug> | |
| 132 | 118 | ||
| … | … | ||
| 126 | 126 | ./ | |
| 127 | 127 | ||
| 128 | 128 | /: | |
| 129 | /**************************************************************************** | ||
| 129 | /************************************************************************** | ||
| 130 | 130 | ** | |
| 131 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 132 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 131 | ** This file is part of Qt Creator | ||
| 133 | 132 | ** | |
| 134 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 133 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 135 | 134 | ** | |
| 136 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 137 | ** No Commercial Usage | ||
| 138 | ** This file contains pre-release code and may not be distributed. | ||
| 139 | ** You may use this file in accordance with the terms and conditions | ||
| 140 | ** contained in the either Technology Preview License Agreement or the | ||
| 141 | ** Beta Release License Agreement. | ||
| 135 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 142 | 136 | ** | |
| 137 | ** Commercial Usage | ||
| 138 | ** | ||
| 139 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 140 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 141 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 142 | ** a written agreement between you and Nokia. | ||
| 143 | ** | ||
| 143 | 144 | ** GNU Lesser General Public License Usage | |
| 145 | ** | ||
| 144 | 146 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 145 | 147 | ** General Public License version 2.1 as published by the Free Software | |
| 146 | 148 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 150 | 150 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 151 | 151 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 152 | 152 | ** | |
| 153 | ** In addition, as a special exception, Nokia gives you certain | ||
| 154 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 155 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 156 | ** package. | ||
| 157 | ** | ||
| 158 | ** GNU General Public License Usage | ||
| 159 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 160 | ** General Public License version 3.0 as published by the Free Software | ||
| 161 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 162 | ** packaging of this file. Please review the following information to | ||
| 163 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 164 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 165 | ** | ||
| 166 | 153 | ** If you are unsure which license is appropriate for your use, please | |
| 167 | ** contact the sales department at qt-sales@nokia.com. | ||
| 168 | ** $QT_END_LICENSE$ | ||
| 154 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 169 | 155 | ** | |
| 170 | ****************************************************************************/ | ||
| 156 | **************************************************************************/ | ||
| 171 | 157 | ||
| 172 | 158 | // | |
| 173 | 159 | // W A R N I N G |
|   | |||
| 1 | 1 | /**************************************************************************** | |
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #include "qmljsast_p.h" | |
| 45 | 31 | #include "qmljsastvisitor_p.h" |
|   | |||
| 1 | 1 | /**************************************************************************** | |
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtDeclarative module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSAST_P_H | |
| 45 | 31 | #define QMLJSAST_P_H |
|   | |||
| 1 | 1 | /**************************************************************************** | |
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSAST_FWD_P_H | |
| 45 | 31 | #define QMLJSAST_FWD_P_H |
|   | |||
| 1 | /**************************************************************************** | ||
| 1 | /************************************************************************** | ||
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #include "qmljsastvisitor_p.h" | |
| 45 | 31 |
|   | |||
| 1 | /**************************************************************************** | ||
| 1 | /************************************************************************** | ||
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSASTVISITOR_P_H | |
| 45 | 31 | #define QMLJSASTVISITOR_P_H |
|   | |||
| 1 | 1 | /**************************************************************************** | |
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtDeclarative module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #include "qmljsglobal_p.h" | |
| 45 | 31 | #include "qmljsengine_p.h" |
|   | |||
| 1 | /**************************************************************************** | ||
| 1 | /************************************************************************** | ||
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtDeclarative module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSENGINE_P_H | |
| 45 | 31 | #define QMLJSENGINE_P_H |
|   | |||
| 1 | /**************************************************************************** | ||
| 1 | /************************************************************************** | ||
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtDeclarative module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifdef HAVE_CONFIG_H | |
| 45 | 31 | #include "config.h" |
|   | |||
| 1 | /**************************************************************************** | ||
| 1 | /************************************************************************** | ||
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSLEXER_P_H | |
| 45 | 31 | #define QMLJSLEXER_P_H |
|   | |||
| 1 | 1 | /**************************************************************************** | |
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtDeclarative module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSMEMORYPOOL_P_H | |
| 45 | 31 | #define QMLJSMEMORYPOOL_P_H |
|   | |||
| 1 | /**************************************************************************** | ||
| 1 | /************************************************************************** | ||
| 2 | 2 | ** | |
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 4 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 3 | ** This file is part of Qt Creator | ||
| 5 | 4 | ** | |
| 6 | ** This file is part of the QtDeclarative module of the Qt Toolkit. | ||
| 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 7 | 6 | ** | |
| 8 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 9 | ** No Commercial Usage | ||
| 10 | ** This file contains pre-release code and may not be distributed. | ||
| 11 | ** You may use this file in accordance with the terms and conditions | ||
| 12 | ** contained in the either Technology Preview License Agreement or the | ||
| 13 | ** Beta Release License Agreement. | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 14 | 8 | ** | |
| 9 | ** Commercial Usage | ||
| 10 | ** | ||
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 12 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 13 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 14 | ** a written agreement between you and Nokia. | ||
| 15 | ** | ||
| 15 | 16 | ** GNU Lesser General Public License Usage | |
| 17 | ** | ||
| 16 | 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 17 | 19 | ** General Public License version 2.1 as published by the Free Software | |
| 18 | 20 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 22 | 22 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | ** In addition, as a special exception, Nokia gives you certain | ||
| 26 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 27 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 28 | ** package. | ||
| 29 | ** | ||
| 30 | ** GNU General Public License Usage | ||
| 31 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 32 | ** General Public License version 3.0 as published by the Free Software | ||
| 33 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 34 | ** packaging of this file. Please review the following information to | ||
| 35 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 36 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 37 | ** | ||
| 38 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 39 | ** contact the sales department at qt-sales@nokia.com. | ||
| 40 | ** $QT_END_LICENSE$ | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 41 | 27 | ** | |
| 42 | ****************************************************************************/ | ||
| 28 | **************************************************************************/ | ||
| 43 | 29 | ||
| 44 | 30 | #ifndef QMLJSNODEPOOL_P_H | |
| 45 | 31 | #define QMLJSNODEPOOL_P_H |
|   | |||
| 2 | 2 | ||
| 3 | 3 | /**************************************************************************** | |
| 4 | 4 | ** | |
| 5 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 6 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 5 | ** This file is part of Qt Creator | ||
| 7 | 6 | ** | |
| 8 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 7 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 9 | 8 | ** | |
| 10 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 11 | ** No Commercial Usage | ||
| 12 | ** This file contains pre-release code and may not be distributed. | ||
| 13 | ** You may use this file in accordance with the terms and conditions | ||
| 14 | ** contained in the either Technology Preview License Agreement or the | ||
| 15 | ** Beta Release License Agreement. | ||
| 9 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 16 | 10 | ** | |
| 11 | ** Commercial Usage | ||
| 12 | ** | ||
| 13 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 14 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 15 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 16 | ** a written agreement between you and Nokia. | ||
| 17 | ** | ||
| 17 | 18 | ** GNU Lesser General Public License Usage | |
| 19 | ** | ||
| 18 | 20 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 19 | 21 | ** General Public License version 2.1 as published by the Free Software | |
| 20 | 22 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 24 | 24 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 25 | 25 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 26 | 26 | ** | |
| 27 | ** In addition, as a special exception, Nokia gives you certain | ||
| 28 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 29 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 30 | ** package. | ||
| 31 | ** | ||
| 32 | ** GNU General Public License Usage | ||
| 33 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 34 | ** General Public License version 3.0 as published by the Free Software | ||
| 35 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 36 | ** packaging of this file. Please review the following information to | ||
| 37 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 38 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 39 | ** | ||
| 40 | 27 | ** If you are unsure which license is appropriate for your use, please | |
| 41 | ** contact the sales department at qt-sales@nokia.com. | ||
| 42 | ** $QT_END_LICENSE$ | ||
| 28 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 43 | 29 | ** | |
| 44 | ****************************************************************************/ | ||
| 30 | **************************************************************************/ | ||
| 45 | 31 | ||
| 46 | 32 | #include <QtCore/QtDebug> | |
| 47 | 33 |
|   | |||
| 2 | 2 | ||
| 3 | 3 | /**************************************************************************** | |
| 4 | 4 | ** | |
| 5 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 6 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 5 | ** This file is part of Qt Creator | ||
| 7 | 6 | ** | |
| 8 | ** This file is part of the QtScript module of the Qt Toolkit. | ||
| 7 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | ||
| 9 | 8 | ** | |
| 10 | ** $QT_BEGIN_LICENSE:LGPL$ | ||
| 11 | ** No Commercial Usage | ||
| 12 | ** This file contains pre-release code and may not be distributed. | ||
| 13 | ** You may use this file in accordance with the terms and conditions | ||
| 14 | ** contained in the either Technology Preview License Agreement or the | ||
| 15 | ** Beta Release License Agreement. | ||
| 9 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 16 | 10 | ** | |
| 11 | ** Commercial Usage | ||
| 12 | ** | ||
| 13 | ** Licensees holding valid Qt Commercial licenses may use this file in | ||
| 14 | ** accordance with the Qt Commercial License Agreement provided with the | ||
| 15 | ** Software or, alternatively, in accordance with the terms contained in | ||
| 16 | ** a written agreement between you and Nokia. | ||
| 17 | ** | ||
| 17 | 18 | ** GNU Lesser General Public License Usage | |
| 19 | ** | ||
| 18 | 20 | ** Alternatively, this file may be used under the terms of the GNU Lesser | |
| 19 | 21 | ** General Public License version 2.1 as published by the Free Software | |
| 20 | 22 | ** Foundation and appearing in the file LICENSE.LGPL included in the | |
| … | … | ||
| 24 | 24 | ** ensure the GNU Lesser General Public License version 2.1 requirements | |
| 25 | 25 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 26 | 26 | ** | |
| 27 | ** In addition, as a special exception, Nokia gives you certain | ||
| 28 | ** additional rights. These rights are described in the Nokia Qt LGPL | ||
| 29 | ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this | ||
| 30 | ** package. | ||
| 31 | ** | ||
| 32 | ** GNU General Public License Usage | ||
| 33 | ** Alternatively, this file may be used under the terms of the GNU | ||
| 34 | ** General Public License version 3.0 as published by the Free Software | ||
| 35 | ** Foundation and appearing in the file LICENSE.GPL included in the | ||
| 36 | ** packaging of this file. Please review the following information to | ||
| 37 | ** ensure the GNU General Public License version 3.0 requirements will be | ||
| 38 | ** met: http://www.gnu.org/copyleft/gpl.html. | ||
| 39 | ** | ||
| 40 | 27 | ** If you are unsure which license is appropriate for your use, please | |
| 41 | ** contact the sales department at qt-sales@nokia.com. | ||
| 42 | ** $QT_END_LICENSE$ | ||
| 28 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 43 | 29 | ** | |
| 44 | ****************************************************************************/ | ||
| 30 | **************************************************************************/ | ||
| 45 | 31 | ||
| 46 | 32 | // | |
| 47 | 33 | // W A R N I N G |
|   | |||
| 4 | 4 | ** | |
| 5 | 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | |
| 6 | 6 | ** | |
| 7 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 8 | 8 | ** | |
| 9 | 9 | ** Commercial Usage | |
| 10 | 10 | ** | |
| … | … | ||
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 26 | ** contact the sales department at qt-sales@nokia.com. | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 27 | 27 | ** | |
| 28 | 28 | **************************************************************************/ | |
| 29 | 29 |
|   | |||
| 4 | 4 | ** | |
| 5 | 5 | ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). | |
| 6 | 6 | ** | |
| 7 | ** Contact: Qt Software Information (qt-info@nokia.com) | ||
| 7 | ** Contact: Nokia Corporation (qt-info@nokia.com) | ||
| 8 | 8 | ** | |
| 9 | 9 | ** Commercial Usage | |
| 10 | 10 | ** | |
| … | … | ||
| 23 | 23 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. | |
| 24 | 24 | ** | |
| 25 | 25 | ** If you are unsure which license is appropriate for your use, please | |
| 26 | ** contact the sales department at qt-sales@nokia.com. | ||
| 26 | ** contact the sales department at http://qt.nokia.com/contact. | ||
| 27 | 27 | ** | |
| 28 | 28 | **************************************************************************/ | |
| 29 | 29 |

