Am Donnerstag, dem 20.05.2021 um 12:44 +0200 schrieb Jean-Marc
Lasgouttes:
> The new code seems safe enough. I just have a question. Why the test
> for
> size == 1 below:
> if (arguments.size() == 1)
> arguments.clear();
> else if (!arguments.empty())
>
Le 18/05/2021 à 11:02, Jean-Marc Lasgouttes a écrit :
Hi,
I have been looking at backporting the following commit to stble (the
last warning I see):
commit 9f92fc92bdd41c367b0975454a01c15403d51a60
Author: Juergen Spitzmueller
Date: Fri Mar 12 12:14:42 2021 +0100
Yet another deprecati
Le 18/05/2021 à 15:57, Jürgen Spitzmüller a écrit :
Am Dienstag, dem 18.05.2021 um 15:48 +0200 schrieb Jean-Marc
Lasgouttes:
Both versions of QProcess::startDetached, depending on wherther Qt>=
5.15 or not (I can see that we can get rid of it when we are limited
to
Qt >= 5.15, but you see my poi