forked from qt-creator/qt-creator
Adjust license headers
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Nokia Qt LGPL Exception version 1.1
|
Digia Qt LGPL Exception version 1.1
|
||||||
|
|
||||||
As an additional permission to the GNU Lesser General Public License version
|
As an additional permission to the GNU Lesser General Public License version
|
||||||
2.1, the object code form of a "work that uses the Library" may incorporate
|
2.1, the object code form of a "work that uses the Library" may incorporate
|
||||||
|
6
README
6
README
@@ -37,7 +37,7 @@ Compiling Qt Quick Designer
|
|||||||
|
|
||||||
Qt Quick Designer (QmlDesigner plugin) depends on "private" headers from Qt
|
Qt Quick Designer (QmlDesigner plugin) depends on "private" headers from Qt
|
||||||
4.8.0, specifically from the QtDeclarative module. These private headers always
|
4.8.0, specifically from the QtDeclarative module. These private headers always
|
||||||
end with an "_p.h". Nokia does not promise to keep these files or APIs binary
|
end with an "_p.h". Digia does not promise to keep these files or APIs binary
|
||||||
or source compatible between releases. This means that when compiled, the
|
or source compatible between releases. This means that when compiled, the
|
||||||
plugin has a dependency to the exact Qt version it was compiled with. Running
|
plugin has a dependency to the exact Qt version it was compiled with. Running
|
||||||
Qt Creator with the plugin against updated Qt libraries (also for patch
|
Qt Creator with the plugin against updated Qt libraries (also for patch
|
||||||
@@ -250,7 +250,7 @@ we thank the authors who made this possible:
|
|||||||
|
|
||||||
* ClassView and ImageViewer plugins
|
* ClassView and ImageViewer plugins
|
||||||
|
|
||||||
Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
Copyright (c) 2010 Denis Mingulov.
|
Copyright (c) 2010 Denis Mingulov.
|
||||||
@@ -270,7 +270,7 @@ we thank the authors who made this possible:
|
|||||||
notice, this list of conditions and the following disclaimer in
|
notice, this list of conditions and the following disclaimer in
|
||||||
the documentation and/or other materials provided with the
|
the documentation and/or other materials provided with the
|
||||||
distribution.
|
distribution.
|
||||||
* Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
* Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
the names of its contributors may be used to endorse or promote
|
the names of its contributors may be used to endorse or promote
|
||||||
products derived from this software without specific prior written
|
products derived from this software without specific prior written
|
||||||
permission.
|
permission.
|
||||||
|
41
dist/copyright_template.txt
vendored
41
dist/copyright_template.txt
vendored
@@ -1,30 +1,29 @@
|
|||||||
/**************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
** This file is part of Qt Creator.
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
**
|
||||||
|
** Commercial License Usage
|
||||||
|
** Licensees holding valid commercial Qt licenses may use this file in
|
||||||
|
** accordance with the commercial license agreement provided with the
|
||||||
|
** Software or, alternatively, in accordance with the terms contained in
|
||||||
|
** a written agreement between you and Digia. For licensing terms and
|
||||||
|
** conditions see http://qt.digia.com/licensing. For further information
|
||||||
|
** use the contact form at http://qt.digia.com/contact-us.
|
||||||
**
|
**
|
||||||
** GNU Lesser General Public License Usage
|
** 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
|
** In addition, as a special exception, Digia gives you certain additional
|
||||||
** License version 2.1 as published by the Free Software Foundation and
|
** rights. These rights are described in the Digia Qt LGPL Exception
|
||||||
** 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
|
|
||||||
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
**
|
**
|
||||||
** 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.
|
|
||||||
**
|
|
||||||
**
|
|
||||||
**************************************************************************/
|
|
||||||
|
|
||||||
|
@@ -1,21 +1,31 @@
|
|||||||
/* This file is part of the Qt SDK
|
/****************************************************************************
|
||||||
|
**
|
||||||
Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies).
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
All rights reserved.
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
Contact: Nokia Corporation (qt-info@nokia.com)
|
** This file is part of the Qt SDK.
|
||||||
|
**
|
||||||
GNU Lesser General Public License Usage
|
** Commercial License Usage
|
||||||
This file may be used under the terms of the GNU Lesser General Public
|
** Licensees holding valid commercial Qt licenses may use this file in
|
||||||
License version 2.1 as published by the Free Software Foundation and
|
** accordance with the commercial license agreement provided with the
|
||||||
appearing in the file LICENSE.LGPL included in the packaging of this file.
|
** Software or, alternatively, in accordance with the terms contained in
|
||||||
Please review the following information to ensure the GNU Lesser General
|
** a written agreement between you and Digia. For licensing terms and
|
||||||
Public License version 2.1 requirements will be met:
|
** conditions see http://qt.digia.com/licensing. For further information
|
||||||
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
** use the contact form at http://qt.digia.com/contact-us.
|
||||||
|
**
|
||||||
If you have questions regarding the use of this file, please contact Nokia
|
** GNU Lesser General Public License Usage
|
||||||
at qt-info@nokia.com.
|
** 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.
|
||||||
|
**
|
||||||
|
** In addition, as a special exception, Digia gives you certain additional
|
||||||
|
** rights. These rights are described in the Digia Qt LGPL Exception
|
||||||
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
||||||
|
**
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
function Component()
|
function Component()
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at info@qt.nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\page creating-plugins.html
|
\page creating-plugins.html
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at info@qt.nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\page first-plugin.html
|
\page first-plugin.html
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at info@qt.nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\page getting-and-building.html
|
\page getting-and-building.html
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at info@qt.nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\page plugin-lifecycle.html
|
\page plugin-lifecycle.html
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (info@qt.nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at info@qt.nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\page plugin-specifications.html
|
\page plugin-specifications.html
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -106,7 +106,7 @@ HTML.footer = \
|
|||||||
" <div class=\"footer\">\n" \
|
" <div class=\"footer\">\n" \
|
||||||
" <p>\n" \
|
" <p>\n" \
|
||||||
" <p>\n" \
|
" <p>\n" \
|
||||||
" <acronym title=\"Copyright\">©</acronym> 2012 Nokia Corporation and/or its\n" \
|
" <acronym title=\"Copyright\">©</acronym> 2012 Digia Plc and/or its\n" \
|
||||||
" subsidiaries. Documentation contributions included herein are the copyrights of\n" \
|
" subsidiaries. Documentation contributions included herein are the copyrights of\n" \
|
||||||
" their respective owners.</p>\n" \
|
" their respective owners.</p>\n" \
|
||||||
" <br />\n" \
|
" <br />\n" \
|
||||||
@@ -119,7 +119,7 @@ HTML.footer = \
|
|||||||
" www.qt-project.org</a>.</p>\n" \
|
" www.qt-project.org</a>.</p>\n" \
|
||||||
" <br />\n" \
|
" <br />\n" \
|
||||||
" <p>\n" \
|
" <p>\n" \
|
||||||
" Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \
|
" Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
|
||||||
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
|
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
|
||||||
" of their respective owners. <a title=\"Privacy Policy\"\n" \
|
" of their respective owners. <a title=\"Privacy Policy\"\n" \
|
||||||
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
|
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
|
||||||
|
@@ -24,7 +24,7 @@ HTML.footer = \
|
|||||||
"</div> \n" \
|
"</div> \n" \
|
||||||
"<div class=\"footer\">\n" \
|
"<div class=\"footer\">\n" \
|
||||||
" <p>\n" \
|
" <p>\n" \
|
||||||
" <acronym title=\"Copyright\">©</acronym> 2012 Nokia Corporation and/or its\n" \
|
" <acronym title=\"Copyright\">©</acronym> 2012 Digia Plc and/or its\n" \
|
||||||
" subsidiaries. Documentation contributions included herein are the copyrights of\n" \
|
" subsidiaries. Documentation contributions included herein are the copyrights of\n" \
|
||||||
" their respective owners.</p>\n" \
|
" their respective owners.</p>\n" \
|
||||||
" <br />\n" \
|
" <br />\n" \
|
||||||
@@ -37,7 +37,7 @@ HTML.footer = \
|
|||||||
" www.qt-project.org</a>.</p>\n" \
|
" www.qt-project.org</a>.</p>\n" \
|
||||||
" <br />\n" \
|
" <br />\n" \
|
||||||
" <p>\n" \
|
" <p>\n" \
|
||||||
" Nokia, Qt and their respective logos are trademarks of Nokia Corporation \n" \
|
" Digia, Qt and their respective logos are trademarks of Digia Plc \n" \
|
||||||
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
|
" in Finland and/or other countries worldwide. All other trademarks are property\n" \
|
||||||
" of their respective owners. <a title=\"Privacy Policy\"\n" \
|
" of their respective owners. <a title=\"Privacy Policy\"\n" \
|
||||||
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
|
" href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
@@ -189,4 +188,3 @@ void AddressBook::previous()
|
|||||||
ui->addressText->setText(i.value());
|
ui->addressText->setText(i.value());
|
||||||
}
|
}
|
||||||
//! [previous]
|
//! [previous]
|
||||||
|
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
** All rights reserved.
|
** All rights reserved.
|
||||||
** Contact: http://www.qt-project.org/
|
** Contact: http://www.qt-project.org/
|
||||||
**
|
**
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
** You may use this file under the terms of the BSD license as follows:
|
** You may use this file under the terms of the BSD license as follows:
|
||||||
**
|
**
|
||||||
** "Redistribution and use in source and binary forms, with or without
|
** "Redistribution and use in source and binary forms, with or without
|
||||||
@@ -17,7 +16,7 @@
|
|||||||
** notice, this list of conditions and the following disclaimer in
|
** notice, this list of conditions and the following disclaimer in
|
||||||
** the documentation and/or other materials provided with the
|
** the documentation and/or other materials provided with the
|
||||||
** distribution.
|
** distribution.
|
||||||
** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor
|
** * Neither the name of Digia Plc and its Subsidiary(-ies) nor
|
||||||
** the names of its contributors may be used to endorse or promote
|
** the names of its contributors may be used to endorse or promote
|
||||||
** products derived from this software without specific prior written
|
** products derived from this software without specific prior written
|
||||||
** permission.
|
** permission.
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at qt-info@nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/**************************************************************************
|
||||||
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
**
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: Nokia Corporation (qt-info@nokia.com)
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
@@ -14,10 +13,8 @@
|
|||||||
** Foundation and appearing in the file included in the packaging of this
|
** Foundation and appearing in the file included in the packaging of this
|
||||||
** file.
|
** file.
|
||||||
**
|
**
|
||||||
** If you have questions regarding the use of this file, please contact
|
|
||||||
** Nokia at qt-info@nokia.com.
|
|
||||||
**
|
**
|
||||||
****************************************************************************/
|
**************************************************************************/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
@@ -1,11 +1,10 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
|
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
|
||||||
|
** Contact: http://www.qt-project.org/legal
|
||||||
|
**
|
||||||
** This file is part of Qt Creator
|
** This file is part of Qt Creator
|
||||||
**
|
**
|
||||||
** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies).
|
|
||||||
**
|
|
||||||
** Contact: http://www.qt-project.org/
|
|
||||||
**
|
|
||||||
**
|
**
|
||||||
** GNU Free Documentation License
|
** GNU Free Documentation License
|
||||||
**
|
**
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user