License changes

Change-Id: Ie8d2adaa2b20473d2e3e16d1f44ad951ff2744be
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Tobias Hunger
2012-10-09 12:19:37 +02:00
committed by Eike Ziller
parent d5d1c5e394
commit 3b80507af3
23 changed files with 411 additions and 431 deletions

View File

@@ -1,32 +1,32 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef HOSTOSINFO_H #ifndef HOSTOSINFO_H
#define HOSTOSINFO_H #define HOSTOSINFO_H

View File

@@ -1,17 +1,15 @@
<plugin name=\"AutotoolsProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"true\"> <plugin name=\"AutotoolsProjectManager\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_VERSION\" experimental=\"true\">
<vendor>Openismus GmbH</vendor> <vendor>Openismus GmbH</vendor>
<copyright>(C) 2012 Openismus GmbH</copyright> <copyright>(C) 2012 Openismus GmbH</copyright>
<license>GNU Lesser General Public License Usage <license>
This file may be used under the terms of the GNU Lesser General Public Commercial Usage
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 Licensees holding valid Qt Commercial licenses may use this plugin in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Digia.
rights. These rights are described in the Digia Qt LGPL Exception
version 1.1, included in the file LGPL_EXCEPTION.txt in this package.</license> GNU Lesser General Public License Usage
Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 as published by the Free Software Foundation. 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.
</license>
<category>Build Systems</category> <category>Build Systems</category>
<description>Autotools project integration.</description> <description>Autotools project integration.</description>
<url>http://www.qt-project.org</url> <url>http://www.qt-project.org</url>

View File

@@ -1,32 +1,32 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "argumentscollector.h" #include "argumentscollector.h"
#include <QFileInfo> #include <QFileInfo>

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef ARGUMENTSCOLLECTOR_H #ifndef ARGUMENTSCOLLECTOR_H
#define ARGUMENTSCOLLECTOR_H #define ARGUMENTSCOLLECTOR_H

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "argumentscollector.h" #include "argumentscollector.h"
#include "../kdepasteprotocol.h" #include "../kdepasteprotocol.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** This file is part of Qt Creator ** Copyright (C) 2012 Lukas Holecek <hluk@email.cz>
** Contact: http://www.qt-project.org/legal
** **
** Copyright (c) 2012 Lukas Holecek <hluk@email.cz> ** 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.
**
**
**************************************************************************/
/*! /*!
* Tests for FakeVim plugin. * Tests for FakeVim plugin.

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "qmlconsoleitem.h" #include "qmlconsoleitem.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef QMLCONSOLEITEM_H #ifndef QMLCONSOLEITEM_H
#define QMLCONSOLEITEM_H #define QMLCONSOLEITEM_H

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "qmlconsoleitemmodel.h" #include "qmlconsoleitemmodel.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef QMLCONSOLEITEMMODEL_H #ifndef QMLCONSOLEITEMMODEL_H
#define QMLCONSOLEITEMMODEL_H #define QMLCONSOLEITEMMODEL_H

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "qmlconsolemanager.h" #include "qmlconsolemanager.h"
#include "qmlconsolepane.h" #include "qmlconsolepane.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "qmlconsolepane.h" #include "qmlconsolepane.h"
#include "qmlconsoleview.h" #include "qmlconsoleview.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef QMLCONSOLEPANE_H #ifndef QMLCONSOLEPANE_H
#define QMLCONSOLEPANE_H #define QMLCONSOLEPANE_H

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "qmljsinterpreter.h" #include "qmljsinterpreter.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef QMLJSINTERPRETER_H #ifndef QMLJSINTERPRETER_H
#define QMLJSINTERPRETER_H #define QMLJSINTERPRETER_H

View File

@@ -1,32 +1,32 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "remotelinuxdeploymentdatamodel.h" #include "remotelinuxdeploymentdatamodel.h"
#include <QDir> #include <QDir>

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "backtracecollector.h" #include "backtracecollector.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef BACKTRACECOLLECTOR_H #ifndef BACKTRACECOLLECTOR_H
#define BACKTRACECOLLECTOR_H #define BACKTRACECOLLECTOR_H

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "crashhandler.h" #include "crashhandler.h"
#include "crashhandlerdialog.h" #include "crashhandlerdialog.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "crashhandler.h" #include "crashhandler.h"
#include "crashhandlerdialog.h" #include "crashhandlerdialog.h"

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#ifndef CRASHHANDLERDIALOG_H #ifndef CRASHHANDLERDIALOG_H
#define CRASHHANDLERDIALOG_H #define CRASHHANDLERDIALOG_H

View File

@@ -1,32 +1,31 @@
/************************************************************************** /**************************************************************************
** **
** 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.
**
**
**************************************************************************/
#include "crashhandlersetup.h" #include "crashhandlersetup.h"

View File

@@ -40,7 +40,7 @@ const QString settingsKeyImagesFolder = QLatin1String("imagesFolder");
static void promptPaths(QString &areasXmlFile, QString &imagesFolder) static void promptPaths(QString &areasXmlFile, QString &imagesFolder)
{ {
QSettings settings(QLatin1String("Nokia"), QLatin1String("Qt Creator Screenshot Cropper")); QSettings settings(QLatin1String("QtProject"), QLatin1String("Qt Creator Screenshot Cropper"));
areasXmlFile = settings.value(settingsKeyAreasXmlFile).toString(); areasXmlFile = settings.value(settingsKeyAreasXmlFile).toString();
areasXmlFile = QFileDialog::getOpenFileName(0, QLatin1String("Select the 'images_areaofinterest.xml' file in Qt Creator's sources"), areasXmlFile); areasXmlFile = QFileDialog::getOpenFileName(0, QLatin1String("Select the 'images_areaofinterest.xml' file in Qt Creator's sources"), areasXmlFile);