summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_network_access_qhttp.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-09-25 14:49:50 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-10-29 13:13:55 (GMT)
commit4df10827546faafc3558bbe3c255e5cdab1984e5 (patch)
tree657cdb84797613a04ce87aa9f1e9a00d21bc22ec /doc/src/snippets/code/src_network_access_qhttp.cpp
parent84c250448f8b1a3adee4dcaf2fc8edb282dda225 (diff)
downloadQt-4df10827546faafc3558bbe3c255e5cdab1984e5.zip
Qt-4df10827546faafc3558bbe3c255e5cdab1984e5.tar.gz
Qt-4df10827546faafc3558bbe3c255e5cdab1984e5.tar.bz2
Readd the Qt Evaluation timebomb, step 1.
This is the QtCore part of the timebomb. Reviewed-by: Daniel Molkentin
Diffstat (limited to 'doc/src/snippets/code/src_network_access_qhttp.cpp')
0 files changed, 0 insertions, 0 deletions
es 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 "qscripterrorlogwidgetinterface_p.h" #include "qscripterrorlogwidgetinterface_p_p.h" QT_BEGIN_NAMESPACE QScriptErrorLogWidgetInterfacePrivate::QScriptErrorLogWidgetInterfacePrivate() { } QScriptErrorLogWidgetInterfacePrivate::~QScriptErrorLogWidgetInterfacePrivate() { } QScriptErrorLogWidgetInterface::~QScriptErrorLogWidgetInterface() { } QScriptErrorLogWidgetInterface::QScriptErrorLogWidgetInterface( QScriptErrorLogWidgetInterfacePrivate &dd, QWidget *parent, Qt::WindowFlags flags) : QWidget(dd, parent, flags) { } QT_END_NAMESPACE