diff options
author | Neal Gompa <neal@gompa.dev> | 2024-01-21 17:39:54 -0500 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-01-22 09:43:59 +0200 |
commit | fdd479dd6348fa7e41429faa2a7751556aa44a47 (patch) | |
tree | edbd911eb305448c705eb52894b2c15660865f7f /src | |
parent | 0d99f2de13faccf199e6c9e806702cb21d0b6c24 (diff) |
libcamera: base: signal: Update Qt documentation link to Qt 6
The documentation is effectively the same, but we should be pointing
to the actively supported and used Qt version.
Signed-off-by: Neal Gompa <neal@gompa.dev>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/libcamera/base/signal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/base/signal.cpp b/src/libcamera/base/signal.cpp index a46386a0..02290ad7 100644 --- a/src/libcamera/base/signal.cpp +++ b/src/libcamera/base/signal.cpp @@ -74,7 +74,7 @@ SignalBase::SlotList SignalBase::slots() * * Signals and slots are a language construct aimed at communication between * objects through the observer pattern without the need for boilerplate code. - * See http://doc.qt.io/qt-5/signalsandslots.html for more information. + * See http://doc.qt.io/qt-6/signalsandslots.html for more information. * * Signals model events that can be observed from objects unrelated to the event * source. Slots are functions that are called in response to a signal. Signals |