Skip to content
Snippets Groups Projects
Commit ef010f9b authored by Vitaly Fanaskov's avatar Vitaly Fanaskov Committed by Volker Krause
Browse files

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
parent bdb5bf53
No related branches found
No related tags found
No related merge requests found
Showing
with 83 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment