qt6-bb10/examples/corelib
Edward Welbourne 1022b0d111 Eliminate duplicate overrides of Converter methods in example
The Out-only converters shouldn't need to implement loadFile(), as it
shouldn't be called - a converter is not used for input unless it says
it supports input. At the same time, provide the "ground state"
implementations for optionsHelp(), outputOptions() and probeFile() to
save the trivial implementations the need to duplicate one another.

In the process, make the handling of loadFile()'s outputConverter more
consistent among those that do implement it.  Always set
outputConverter if it's initially null (the caller does assert this).

Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: I856d12c791d1f8e0accdb7dd1412d493117b2302
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-11-01 21:28:55 +01:00
..
bindableproperties Revamp Bindable Properties exp: Revisit documentation 2023-10-05 15:44:32 +02:00
ipc Revamp Local Fortune Server Example: Allow specifying the server name 2023-10-06 19:40:23 +02:00
mimetypes Revamp MIME Type Browser Ex: Revisit documentation 2023-09-22 20:21:23 +02:00
platform Docs: Update Links to Android Notifier Example 2023-09-21 17:28:43 +00:00
serialization Eliminate duplicate overrides of Converter methods in example 2023-11-01 21:28:55 +01:00
threads QueuedCustomType example: use QThread::requestInterruption 2023-10-27 07:55:42 +02:00
tools Remove Custom Type Example and Custom Type Sending Example 2023-10-04 21:04:45 +02:00
CMakeLists.txt Move permissions example to manual test 2023-06-26 18:45:25 +02:00
corelib.pro Move notification example from androidextras to qtbase 2021-06-04 22:21:12 +03:00