Rename method name() to id()

Authored by vitalyf on Mar 13 2019, 6:13 PM.

Description

Rename method name() to id()

Summary:
This makes sense because a string returned by this method is literally a
unique identifier that can be used either on a server side to identify a
data source or in an app itself for a lot of different purposes, e.g.,
for mapping data sources or performing some fast lookup by ID.
A method for getting a short user-visible name will be introduced in one
of the further revisions.

Reviewers: vkrause

Differential Revision: https://phabricator.kde.org/D19727

Details

Committed
vkrauseMar 13 2019, 6:14 PM
Differential Revision
D19727: Rename method name() to id()
Parents
R849:975f7946bb81: Add a method to get a short name of a telemetry mode
Branches
Unknown
Tags
Unknown