From patchwork Sun Jan 21 22:39:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neal Gompa X-Patchwork-Id: 19440 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 128CBC3243 for ; Sun, 21 Jan 2024 22:41:22 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 631E16294A; Sun, 21 Jan 2024 23:41:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1705876881; bh=2IOA5LSwkIYe2t2uKNwZbUxIq68v9wUt0PueHKvZIBw=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=qKnfdlpkDPOEGZ99ykoc+pqJHVXBNyi2/gYBT9LDp/Nqs4ggmMXJnTgLRV856HCxd d/COAzYL03vdnXz0f4f+R1W18RbrElooa+bI6flBoCjKrFJ7Ug/xIm6ZdGMYtEGGWM MGLt1u/vc2+lYuxJXuElG0eMXM1lS8SOwMMHi3o1WBTw16xbMn/7xVK6IhYH1TQ33e 6zehoFVfTpdpZhdrBeN2wwhBqWryW4dbFne31sPA4azpGyd04wzjXVljHWjSG9FOQv nXfiWmukjTDgsr2vJtfmSqYq0U0wM+tPsqySZSFYi/tWTYU9EBY+lJMEquohhdHjLL NkAvMAnDUTVPA== Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5266D62948 for ; Sun, 21 Jan 2024 23:41:19 +0100 (CET) Received: by mail-qt1-f170.google.com with SMTP id d75a77b69052e-42a35982b12so12525141cf.1 for ; Sun, 21 Jan 2024 14:41:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705876877; x=1706481677; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=u7AdEcFtxh1pw1rZFB0Qkpu/9GRWbOsHXvsoXS3f3Ng=; b=pil8kHyRbv3f9rzwGcUEuLvrm5ImeylY+2vWCtgHZIudflE2odLBmOovbn1djDmzJ5 reSr+xysLUBP3I1Z1b8xfrhkcXIwQEoPqHjQOED+SGdWT+qOJeTwANuGSRqeHxVwqqcs fK7WHdDPawZuLRLO6yVCTuRAFGErMG0QhYacBOpRZRxUjlgkfZY41n5edmbkfqomCmYh qt1jUM3f7SEX1eSPnaS8gyn/a/zG3IMgcLJGLqoo4WdorxEVqcqRa2CJJJTlrWTUiiae vyP6W9vvQU/cKKTy/hDcZS99JOaP6BXFUgtOeJawRcUTuJRh5nbdJCryaLQYXAKyPacc upnQ== X-Gm-Message-State: AOJu0YxKlAmH22SJUc8Pzd09M9oYIZjh2DrfudHMAszhHUrDOGkrcPrj lr3w8ulxVA16UsAHz2t9M+P8B/iVRMkSuxIda6Ur0UmbwZpirllCzbAsvOrz5+9w8w== X-Google-Smtp-Source: AGHT+IG7cZAChxASjMFR5lhglDTWLk52TICjjBB+EMYARKJHeCwWVYaE14ROKtJMm2oH1/Ava8h9VA== X-Received: by 2002:a05:622a:1394:b0:42a:3e49:b648 with SMTP id o20-20020a05622a139400b0042a3e49b648mr1448219qtk.120.1705876877479; Sun, 21 Jan 2024 14:41:17 -0800 (PST) Received: from Belldandy-Slimbook.infra.opensuse.org ([32.220.181.243]) by smtp.gmail.com with ESMTPSA id e2-20020ac84b42000000b0042a233d21c2sm1930112qts.80.2024.01.21.14.41.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Jan 2024 14:41:16 -0800 (PST) To: libcamera-devel Date: Sun, 21 Jan 2024 17:39:54 -0500 Message-ID: <20240121224052.1049989-3-neal@gompa.dev> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240121224052.1049989-1-neal@gompa.dev> References: <20240121224052.1049989-1-neal@gompa.dev> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 2/3] libcamera: base: signal: Update Qt documentation link to Qt 6 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Neal Gompa via libcamera-devel From: Neal Gompa Reply-To: Neal Gompa Cc: Wim Taymans , Neal Gompa Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The documentation is effectively the same, but we should be pointing to the actively supported and used Qt version. Signed-off-by: Neal Gompa Reviewed-by: Laurent Pinchart Reviewed-by: Eric Curtin --- src/libcamera/base/signal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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