KNSCore::QuestionManager Class
class KNSCore::QuestionManagerThe central class handling Question redirection. More...
Header: | #include <QuestionManager> |
CMake: | find_package(KF6 REQUIRED COMPONENTS NewStuff) target_link_libraries(mytarget PRIVATE KF6::NewStuff) |
Inherits: | QObject |
Detailed Description
This class is used to ensure that KNSCore::Question instances get redirected to the appropriate KNSCore::QuestionListener instances. It is a very dumb class which only ensures the listeners have somewhere to listen to, and the questions have somewhere to ask to be asked.