qt5base-lts/examples
Topi Reinio 87f890295b Doc: Fix network/torrent example to work on Qt 5
This change fixes two issues in the torrent example:

    - Correctly use a query constructed from the announce url to fetch
      the list of peers (using QUrlQuery).
    - Reimplement QAbstractSocket's connectToHost() and
      disconnectFromHost() which are virtual in Qt 5, instead of
      of using the protected connectToHostImplementation() /
      disconnectFromHostImplementation() slots.

Also removes a warning about deprecation of QHttp class as it's no
longer used in this example.

Task-number: QTBUG-30329
Change-Id: I9230cd2204bfc1a66f2ea3e98940b09681df250e
Reviewed-by: Peter Hartmann <phartmann@blackberry.com>
2013-04-04 08:37:04 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
dbus Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
embedded Merge branch 'release' into stable 2013-01-31 18:55:53 +01:00
gestures Merge branch 'release' into stable 2013-01-31 18:55:53 +01:00
gui improve openglwindow example a bit 2013-03-21 07:53:05 +01:00
ipc Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
network Doc: Fix network/torrent example to work on Qt 5 2013-04-04 08:37:04 +02:00
opengl PaintedWindow example: Use standard window flags. 2013-03-18 21:59:31 +01:00
qmake Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qpa Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qtconcurrent Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
qtestlib Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sql Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
threads Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
tools Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
touch Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
webkit/webkit-guide Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
widgets Merge remote-tracking branch 'origin/release' into stable 2013-04-03 15:43:39 +02:00
xml Check for network module when building according examples 2013-02-21 07:27:25 +01:00
examples.pro push feature conditionals down to subdirectories 2013-01-31 15:51:14 +01:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.