- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Refactor the new QXYSeries::pointAt() -> QXYSeries::at()...
Refactor the new QXYSeries::pointAt() -> QXYSeries::at()
QML API already had XYSeries::at() for the same functionality.
Also, at() is a common method for returning an item at index in
Qt containers, so use that instead of pointAt().
This function was introduced in polar chart refactoring and has
not yet been released, so no problem changing the name at this point.
Change-Id: I4286178cd971a4f3e6fbff9290ae0bbb5c9097cd
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>