-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add Needed Signal Connection Steps for Timers #10667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tetrapod00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general I'm skeptical of overexplaining and "check that you've done X" type additions to these pages. However I think this one is reasonably justified by reader demand, and doesn't lengthen the page too much.
Co-authored-by: tetrapod <[email protected]>
Co-authored-by: tetrapod <[email protected]>
|
Good edits, I am in agreement. |
tetrapod00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I left a grammatical error in the suggestion. Looks good to me otherwise
|
Good eye, resolved. |
|
Thanks! And congrats on your first merged PR! |
What's New?
This PR adds a few needed signal connection steps for setting up timers, steps that are mentioned in passing but not explained in detail; this PR adds these details.
In going through the tutorial, I found these more detailed steps were required to follow in order to correctly proceed. I tested and verified this behavior myself, and thought I would contribute to make the (already good) instructions more clear.
Some commentators also noted that these steps could/ should be added.