diff options
author | Jarek Kobus <jkobus@trolltech.com> | 2009-09-04 08:49:32 (GMT) |
---|---|---|
committer | Jarek Kobus <jkobus@trolltech.com> | 2009-09-04 08:53:13 (GMT) |
commit | 74a88ac9d72ba83965d439eddc99e478762fd524 (patch) | |
tree | 69aac02b16979a670d224d89cb847cde823e5d2c /tests/auto/uic/baseline/remotecontrol.ui.h | |
parent | 92a3662564f421a46761989d153f6c8eb990131f (diff) | |
download | Qt-74a88ac9d72ba83965d439eddc99e478762fd524.zip Qt-74a88ac9d72ba83965d439eddc99e478762fd524.tar.gz Qt-74a88ac9d72ba83965d439eddc99e478762fd524.tar.bz2 |
Generate Q_UNUSED(varName) only when varName was not used in retranslateUi(Class varName) method.
Autotests for uic updated accordingly
Task: 260784
RevBy: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests/auto/uic/baseline/remotecontrol.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/remotecontrol.ui.h | 43 |
1 files changed, 1 insertions, 42 deletions
diff --git a/tests/auto/uic/baseline/remotecontrol.ui.h b/tests/auto/uic/baseline/remotecontrol.ui.h index 53d31c7..b970fca 100644 --- a/tests/auto/uic/baseline/remotecontrol.ui.h +++ b/tests/auto/uic/baseline/remotecontrol.ui.h @@ -1,48 +1,7 @@ -/**************************************************************************** -** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Nokia Corporation (qt-info@nokia.com) -** -** This file is part of the test suite of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:LGPL$ -** No Commercial Usage -** This file contains pre-release code and may not be distributed. -** You may use this file in accordance with the terms and conditions -** contained in the Technology Preview License Agreement accompanying -** this package. -** -** GNU Lesser General Public License Usage -** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 as published by the Free Software -** Foundation and appearing in the file LICENSE.LGPL included in the -** packaging of this file. Please review the following information to -** ensure the GNU Lesser General Public License version 2.1 requirements -** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. -** -** 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. -** -** If you have questions regarding the use of this file, please contact -** Nokia at qt-info@nokia.com. -** -** -** -** -** -** -** -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - /******************************************************************************** ** Form generated from reading UI file 'remotecontrol.ui' ** -** Created: Tue Aug 18 19:03:32 2009 +** Created: Fri Sep 4 10:17:14 2009 ** by: Qt User Interface Compiler version 4.6.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! |