broulik accepted this revision.
broulik added a comment.
This revision is now accepted and ready to land.


  Let's go for it now! Thanks for patience and apologies it took so long :/
  Do you have commit access? else I need your email address and can push it on 
your behalf.

INLINE COMMENTS

> DigitalClock.qml:77
> +        onContextualActionsAboutToShow: {
> +            ClipboardMenu.secondsIncluded =main.showSeconds;
> +        }

You can merge the two :)

  onContextualActionsAboutToShow: {
      ClipboardMenu.secondsIncluded = main.showSeconds;
      ClipboardMenu.currentDate = main.currentTime;
  }

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

To: bschiffner, #plasma, broulik
Cc: sharvey, davidedmundson, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to