-
-
Notifications
You must be signed in to change notification settings - Fork 978
SCM: Automate formatting of references #4686
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
Now users will edit an actual list of references: a QTreeWidget, not having to deal with the Markdown syntax we use.
d4673b7 to
2bc2e4f
Compare
Hm on my system they do: (although very minor, but the goal should be no warnings :) ) I'm not sure if this is a good practice, but one way to get rid of this is to not name the parameters: |
|
You can use Q_UNUSED(param_not_used_elsewhere_in_body) to make it clearer. |
Fixed in f180b2a. |
|
Hello @10110111! Please check the fresh version (development snapshot) of Stellarium: |
|
Hello @10110111! Please check the latest stable version of Stellarium: |
Description
Now users will edit an actual list of references: a
QTreeWidget, not having to deal with the Markdown syntax we use. This way we'll hopefully get a higher rate of syntactically correct SCs in new PRs.Type of change
How Has This Been Tested?
Test Configuration:
Checklist: