D14625: Add pause/resume button

Albert Astals Cid noreply at phabricator.kde.org
Wed Aug 8 22:17:36 BST 2018


aacid added inline comments.

INLINE COMMENTS

> toplevel.cpp:365
> +    m_timer->stop();
> +    m_pausedTea = m_runningTea;
> +    m_remainingTeaTime = m_runningTeaTime;

Why do you need m_pausedTea, you don't overwrite m_runningTea here so when we go back to resumeTea it'll be fine and doesn't need restoring, no?

REPOSITORY
  R360 KTeaTime

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

To: fb, aacid
Cc: kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20180808/ac30b6cc/attachment.html>


More information about the Kde-utils-devel mailing list