diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-05-27 07:42:21 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-05-27 07:42:21 (GMT) |
commit | 3489f282278d6c667d13bef150f08490316a0c80 (patch) | |
tree | 4ef2188f5d2320e8b1a275f63b8cb4b33bf25a09 /tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp | |
parent | 05f4a80d7c49c1185f656c7daf52552824724324 (diff) | |
parent | 6c10e72fc838f8f9f5c3a3e4a297088b1725262c (diff) | |
download | Qt-3489f282278d6c667d13bef150f08490316a0c80.zip Qt-3489f282278d6c667d13bef150f08490316a0c80.tar.gz Qt-3489f282278d6c667d13bef150f08490316a0c80.tar.bz2 |
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-water-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-water-team: (143 commits)
Fix infinite recursion when changing geometry on Mac
Fix boundry conditions for cursor hit test
Fix cursor position test on CursorOnCharacter case
fix the "Host" header for ipv6 URLs in QNAM
Flickable could flick in wrong direction if given too few touch samples
Fix xToCursor issue due to backporting from 4.8
Fix the state of default network configuration.
Support placing cursor in ligature with mouse or touch
Absenting function in winscw def files.
Fix ligature offset in multi-line text
Make selection work across ligatures
Notify when the TextInput cursorRectangle property changes within pre-edit
Fix brush transform in QtDirectFB backend, fixing QTBUG-18577
directfb: Paint engine enhancements
Fixing Linux compatibility issues for Symbian
Fix broken drawing with large fonts using QStaticText and FreeType
Re-apply licenseheader text in source files for qt4.7
Updating file with CRLF line endings for the updated header
Fix a regression in QList::mid()
Fixed bug in meego graphics system runtime switching.
...
Diffstat (limited to 'tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp')
-rw-r--r-- | tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp b/tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp index 29ea074..d5d56fc 100644 --- a/tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp +++ b/tests/auto/qgraphicslayout/tst_qgraphicslayout.cpp @@ -7,29 +7,29 @@ ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ -** No Commercial Usage -** This file contains pre-release code and may not be distributed. -** You may use this file in accordance with the terms and conditions -** contained in the Technology Preview License Agreement accompanying -** this package. -** ** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 as published by the Free Software -** Foundation and appearing in the file LICENSE.LGPL included in the -** packaging of this file. Please review the following information to -** ensure the GNU Lesser General Public License version 2.1 requirements -** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +** This file may be used under the terms of the GNU Lesser General Public +** License version 2.1 as published by the Free Software Foundation and +** appearing in the file LICENSE.LGPL included in the packaging of this +** file. Please review the following information to ensure the GNU Lesser +** General Public License version 2.1 requirements will be met: +** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain additional -** rights. These rights are described in the Nokia Qt LGPL Exception +** rights. These rights are described in the Nokia Qt LGPL Exception ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. ** -** If you have questions regarding the use of this file, please contact -** Nokia at qt-info@nokia.com. -** -** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU General +** Public License version 3.0 as published by the Free Software Foundation +** and appearing in the file LICENSE.GPL included in the packaging of this +** file. Please review the following information to ensure the GNU General +** Public License version 3.0 requirements will be met: +** http://www.gnu.org/copyleft/gpl.html. ** +** Other Usage +** Alternatively, this file may be used in accordance with the terms and +** conditions contained in a signed written agreement between you and Nokia. ** ** ** |