qtdeclarative/tests
Ulf Hermann b2ee7364be QQmlListModel: Guard QObject pointers in the list
If a QObject in the list is deleted from elsewhere, we need to zero it.

Amends commit 3edac1d0a70961e6f86564cc0a98339df6ac5964.

Fixes: QTBUG-94833
Pick-to: 6.2
Change-Id: Ic33a5a0baa160824a34f353806dbfd876fa7123a
Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2021-06-29 13:19:43 +02:00
..
auto QQmlListModel: Guard QObject pointers in the list 2021-06-29 13:19:43 +02:00
benchmarks CMake: Remove unneeded *.pro and .prev_CMakeLists.txt files 2021-05-19 10:46:06 +10:00
global
libfuzzer/qml Fuzzing: Ensure importing minimal plugin into static builds 2021-05-27 11:30:12 +02:00
manual Add DragHandler.activeTranslation and persistentTranslation 2021-06-04 15:23:16 +02:00
system
testapplications Update elements test application to use new XmlListModel 2021-03-18 21:18:54 +01:00
CMakeLists.txt
README

README

This directory contains autotests and benchmarks based on QTestlib. In order
to run the autotests reliably, you need to configure a desktop to match the
test environment that these tests are written for.

Linux X11:

   * The user must be logged in to an active desktop; you can't run the
     autotests without a valid DISPLAY that allows X11 connections.

   * The tests are run against a KDE3 or KDE4 desktop.

   * Window manager uses "click to focus", and not "focus follows mouse". Many
     tests move the mouse cursor around and expect this to not affect focus
     and activation.

   * Disable "click to activate", i.e., when a window is opened, the window
     manager should automatically activate it (give it input focus) and not
     wait for the user to click the window.