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>
This commit is contained in:
committed by
Laurent Pinchart
parent
0d99f2de13
commit
fdd479dd63
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user