qt6-bb10/examples/corelib/serialization/rsslisting
Edward Welbourne 3c78f1e96e rsslisting example: rename a slot to reflect what it does
Many slots can be connected to one signal so, unlike a virtual method
that must be named for the situation in which it is called, a slot can
(so should) be named for what it does, rather than naming it to match
the signal it's connected to.

Task-number: QTBUG-111228
Pick-to: 6.5
Change-Id: If2fa40cac0e51a243054526d7d2997fdd54aea3e
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
2023-05-25 17:40:36 +02:00
..
CMakeLists.txt Move rsslisting example into corelibe/serialization 2023-03-21 14:49:09 +01:00
main.cpp rsslisting example: move default URL to main() 2023-05-15 14:02:45 +02:00
rsslisting.cpp rsslisting example: rename a slot to reflect what it does 2023-05-25 17:40:36 +02:00
rsslisting.h rsslisting example: rename a slot to reflect what it does 2023-05-25 17:40:36 +02:00
rsslisting.pro Move rsslisting example into corelibe/serialization 2023-03-21 14:49:09 +01:00