Add method name() to the *DataSource classes

Authored by vitalyf on Mar 14 2019, 5:25 PM.

Description

Add method name() to the *DataSource classes

Summary:
This method provides human-readable name that supposed to be used in
UI elements. One of the usage cases is to give the user an ability to
work with individual data sources (e.g., check data, activate/
deactivate, check description, and so on).
This method is not pure virtual because there are might be some data
sources that are not good for individual processing by the user. For
example, trackers of individual QML properties.

Reviewers: vkrause

Reviewed By: vkrause

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

Details

Committed
vkrauseMar 14 2019, 5:27 PM
Reviewer
vkrause
Differential Revision
D19756: Add method name() to the *DataSource classes
Parents
R849:bdb5bf539fa3: Add build directory to the .gitignore
Branches
Unknown
Tags
Unknown