summaryrefslogtreecommitdiffstats
path: root/Python/pystrcmp.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-25 07:37:55 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-25 07:37:55 (GMT)
commitc3adf1e09b2cd981e4f3e07ef93c19c9513f4846 (patch)
tree25848de2d5de91c939bb4f30c877886777a64dc0 /Python/pystrcmp.c
parentc4a3e90aa8903d35a7b07e751a878fbd8326799e (diff)
parent036fb15435a2b5fb8acb200ee694b1d50c87a3a9 (diff)
downloadcpython-c3adf1e09b2cd981e4f3e07ef93c19c9513f4846.zip
cpython-c3adf1e09b2cd981e4f3e07ef93c19c9513f4846.tar.gz
cpython-c3adf1e09b2cd981e4f3e07ef93c19c9513f4846.tar.bz2
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
Diffstat (limited to 'Python/pystrcmp.c')
0 files changed, 0 insertions, 0 deletions
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. ** ** GNU General Public License Usage ** Alternatively, this file may be used under the terms of the GNU General ** Public License version 3.0 as published by the Free Software Foundation ** and appearing in the file LICENSE.GPL included in the packaging of this ** file. Please review the following information to ensure the GNU General ** Public License version 3.0 requirements will be met: ** http://www.gnu.org/copyleft/gpl.html. ** ** Other Usage ** Alternatively, this file may be used in accordance with the terms and ** conditions contained in a signed written agreement between you and Nokia. ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ #include "qscriptdebuggerstackwidgetinterface_p.h" #include "qscriptdebuggerstackwidgetinterface_p_p.h" QT_BEGIN_NAMESPACE QScriptDebuggerStackWidgetInterfacePrivate::QScriptDebuggerStackWidgetInterfacePrivate() { } QScriptDebuggerStackWidgetInterfacePrivate::~QScriptDebuggerStackWidgetInterfacePrivate() { } QScriptDebuggerStackWidgetInterface::~QScriptDebuggerStackWidgetInterface() { } QScriptDebuggerStackWidgetInterface::QScriptDebuggerStackWidgetInterface( QScriptDebuggerStackWidgetInterfacePrivate &dd, QWidget *parent, Qt::WindowFlags flags) : QWidget(dd, parent, flags) { } QT_END_NAMESPACE