summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-12-25 16:10:49 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-12-25 16:10:49 (GMT)
commit3b65a9eeed7d960dd0e41ddc8773a2e0daf5ebf8 (patch)
tree191a4e6a2cf6ab29cb3471a40cfb45240999c92b /Python/pythonrun.c
parent4268b3a751bb94da6bc2438a17c26cc3f88e32a8 (diff)
downloadcpython-3b65a9eeed7d960dd0e41ddc8773a2e0daf5ebf8.zip
cpython-3b65a9eeed7d960dd0e41ddc8773a2e0daf5ebf8.tar.gz
cpython-3b65a9eeed7d960dd0e41ddc8773a2e0daf5ebf8.tar.bz2
#16760: use ref:`match-objects` instead of :class:`MatchObject`.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
span class="hl com">** 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$ ** ****************************************************************************/ #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