D11684: Show the KCM with the run commands open when a setup packet is received
Nicolas Fella
noreply at phabricator.kde.org
Sun Apr 15 00:04:57 UTC 2018
nicolasfella added inline comments.
INLINE COMMENTS
> kcm.cpp:122
> + const auto colonIdx = input.indexOf(QLatin1Char(':'));
> + const QString deviceId = input.left(colonIdx);
> + const QString pluginCM = colonIdx < 0 ? QString() : input.mid(colonIdx+1);
this would be args.first
> kcm.cpp:123
> + const QString deviceId = input.left(colonIdx);
> + const QString pluginCM = colonIdx < 0 ? QString() : input.mid(colonIdx+1);
> +
And this args.second
REPOSITORY
R224 KDE Connect
REVISION DETAIL
https://phabricator.kde.org/D11684
To: apol, #kde_connect
Cc: nicolasfella, yannux, Danial0_0, johnq, Pitel, adeen-s, SemperPeritus, ahmedbesbes, ndavis, daniel.z.tg, jeanv, seebauer, bugzy, MayeulC, menasshock, ach, apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdeconnect/attachments/20180415/891121ac/attachment.html>
More information about the KDEConnect
mailing list