qtbase/examples/widgets/graphicsview/chip
Ahmad Samir 185cba6e95 Replace qdebug.h includes in public headers with forward-declarations
qdebug.h includes many Qt and STL headers, so if you include a Qt header
you get all those transitive includes, which may affect build time.

- Where appropriate use the printf-like syntax of qDebug() and co.,
  these don't need the QDebug streaming operators
- qfloat16 is used in an inline member function, so include it
  explicitly

[ChangeLog][Potentially Source Incompatible Changes] Various Qt public
headers don't include QDebug any more; if you need QDebug's streaming
you'll have to include it in your code.

Task-number: QTBUG-132439
Pick-to: 6.9
Change-Id: I750587e17a3b38fa226cd3af8eaccc8da580f436
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2025-01-15 13:28:16 +02:00
..
CMakeLists.txt CMake: Add deployment API to our examples 2024-03-22 20:23:52 +01:00
chip.cpp Replace qdebug.h includes in public headers with forward-declarations 2025-01-15 13:28:16 +02:00
chip.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
chip.pro Remove deprecated QGL* classes 2019-12-11 11:53:15 +01:00
fileprint.png
images.qrc
main.cpp Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
mainwindow.cpp Remove unused variable/code 2023-04-07 11:12:34 +02:00
mainwindow.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qt4logo.png
rotateleft.png
rotateright.png
view.cpp Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
view.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
zoomin.png
zoomout.png