qt5base-lts/examples/corelib
Ahmad Samir 09b852b1d8 examples/: compile with QT_NO_CONTEXTLESS_CONNECT
Examples are usually a good way to get to know a new codebase, do not
teach developers who are new to Qt about the 3-arg connect() to begin
with.

Drive-by changes:
- `this` can't be implicitly captured with [=] in a lambda, instead
  capture by reference
- Update docs related to the sqlbrowser example; the overloaded signal
  it mentions has been removed in Qt6
- In the sqlbrowser example, rename addConnection() (no-arg) overload to
  openNewConnectionDialog, suggested in code review

Change-Id: I30c9f35bda4ac2f460d767ab7f84422ae3ed09f7
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-09-08 19:17:36 +03:00
..
bindableproperties examples/: compile with QT_NO_CONTEXTLESS_CONNECT 2023-09-08 19:17:36 +03:00
ipc Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
mimetypes Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
platform Update Android notifier example to match example guideline 2023-08-02 15:47:15 +03:00
serialization Minor tidies in example's XML converter 2023-09-05 22:41:35 +02:00
threads Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
tools Contiguous cache example: minor cleanup 2023-06-30 12:55:01 +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