All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Kolpackov <boris@codesynthesis.com>
To: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] kconfig: qconf: convert to Qt5 new signal/slot connection syntax
Date: Thu, 29 Oct 2020 16:32:07 +0200	[thread overview]
Message-ID: <boris.20201029163103@codesynthesis.com> (raw)
In-Reply-To: <20201024123841.1201922-3-masahiroy@kernel.org>

Masahiro Yamada <masahiroy@kernel.org> writes:

> Now that the Qt4 support was dropped, we can use the new connection
> syntax supported by Qt5. It provides compile-time checking of the
> validity of the connection.
> 
> Previously, the connection between signals and slots were checked
> only run-time.
> 
> Commit d85de3399f97 ("kconfig: qconf: fix signal connection to invalid
> slots") fixed wrong slots.
> 
> This change makes it possible to catch such mistakes easily.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Tested-by: Boris Kolpackov <boris@codesynthesis.com>

      reply	other threads:[~2020-10-29 14:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-24 12:38 [PATCH 1/3] kconfig: qconf: drop Qt4 support Masahiro Yamada
2020-10-24 12:38 ` [PATCH 2/3] kconfig: qconf: use a variable to pass packages to pkg-config Masahiro Yamada
2020-10-24 12:38 ` [PATCH 3/3] kconfig: qconf: convert to Qt5 new signal/slot connection syntax Masahiro Yamada
2020-10-29 14:32   ` Boris Kolpackov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=boris.20201029163103@codesynthesis.com \
    --to=boris@codesynthesis.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.