Add method name() to the *DataSource classes
ClosedPublic

Authored by vitalyf on Mar 14 2019, 10:53 AM.

Details

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.

Diff Detail

Repository
R849 User Feedback Collection Framework
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vitalyf requested review of this revision.Mar 14 2019, 10:53 AM
vitalyf created this revision.
vitalyf updated this revision to Diff 53874.Mar 14 2019, 10:56 AM

Slightly changed documentation format to match code around

vkrause accepted this revision.Mar 14 2019, 5:24 PM
This revision is now accepted and ready to land.Mar 14 2019, 5:24 PM
This revision was automatically updated to reflect the committed changes.