KAboutDataListener Class
Notify about changes in the global application data. More...
Header: | #include <KAboutData> |
CMake: | find_package(KF6 REQUIRED COMPONENTS CoreAddons) target_link_libraries(mytarget PRIVATE KF6::CoreAddons) |
Since: | 6.18 |
Inherits: | QObject |
Signals
void | applicationDataChanged() |
Detailed Description
KAboutData has a globally accessible instance that represents the aboutdata of the current process. This class allows us to notify about this information having changed.
Member Function Documentation
[signal]
void KAboutDataListener::applicationDataChanged()
Notifies that KAboutData::setApplicationData was called.