KUserFeedback::CompilerInfoSource Class

class KUserFeedback::CompilerInfoSource

Data source reporting which compiler was used to build this code. More...

Header: #include <KUserFeedback/CompilerInfoSource>
CMake: find_package(KF6 REQUIRED COMPONENTS UserFeedbackCore)
target_link_libraries(mytarget PRIVATE KF6::UserFeedbackCore)
Inherits: KUserFeedback::AbstractDataSource

Public Functions

Detailed Description

Note: This will report which compiler was used to build the feedback library, which technically does not need to be the same as used for the application code. This is particularly true for compilers that don't break ABI regularly (such as Clang and GCC), so this information is most reliable when this is not the case, e.g. with MSVC.

The default telemetry mode for this source is Provider::BasicSystemInformation.

Member Function Documentation

CompilerInfoSource::CompilerInfoSource()