KUserFeedback::PlatformInfoSource Class
class KUserFeedback::PlatformInfoSourceReports information about the platform the application is running on. More...
| Header: | #include <KUserFeedback/PlatformInfoSource> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS UserFeedbackCore)target_link_libraries(mytarget PRIVATE KF6::UserFeedbackCore) |
| Inherits: | KUserFeedback::AbstractDataSource |
Public Functions
Detailed Description
This includes two string data fields:
- platform.os: the operating system name
- platform.version: the operating system or distribution version.
The default telemetry mode for this source is Provider::BasicSystemInformation.
Member Function Documentation
PlatformInfoSource::PlatformInfoSource()
Create a new platform information source.