qt5base-lts/examples/itemviews/interview
Olivier Goffart ffa072655d Fix compilation of examples with QStringBuilder
In sub-attack an interview, one can't make two implicit conversions at
once, so explicitly convert to the right type.

The change in the torrent example is required because of
https://codereview.qt-project.org/16168 (commit 9491272)
But in that case, using a QByteArray is better anyway.

Change-Id: Ieed22ac7f0d700d5ba5d1e70af3db4dd6c139c8f
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-02-25 21:30:45 +01:00
..
images Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
interview.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
interview.qrc Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
main.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
model.cpp Fix compilation of examples with QStringBuilder 2012-02-25 21:30:45 +01:00
model.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
README Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00

The interview example shows the same model and selection being shared
between three different views.