D27863: Revert "Make it compile against last qt5.15 without deprecated method. QProcess::execute(QString) is deprecated"

Ahmad Samir noreply at phabricator.kde.org
Thu Mar 5 12:12:21 GMT 2020


ahmadsamir added a comment.


  Looking at upstream code, it looks like they introduced a static splitCommad() method since 5.15, so I think we'll have to use a
  #if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
  
  kludge to handle this case. Their rationale is more precise argument handling, which sort of makes sense:
  https://code.qt.io/cgit/qt/qtbase.git/commit/?id=92eea633491ce8138c5caceb904ad26c1eb91044
  https://code.qt.io/cgit/qt/qtbase.git/commit/?id=2090b770daa87039f27c15aad6bdbc42e5fe702c

REPOSITORY
  R268 KGlobalAccel

REVISION DETAIL
  https://phabricator.kde.org/D27863

To: fvogt, #frameworks, mlaurent
Cc: ahmadsamir, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200305/5552f59b/attachment.html>


More information about the Kde-frameworks-devel mailing list