Warning, /frameworks/kservice/README.md is written in an unsupported language. File is not indexed.

0001 # KService
0002 
0003 ## Introduction
0004 
0005 KService allows to query information about installed applications and their associated file types.
0006 
0007 The two relevant classes are:
0008 - KService: This models an installed application and allows to query various properties about it
0009 - KApplicationTrader: This is used to list available applications as well as applications associated with a given file type
0010 
0011 ## KSycoca
0012 
0013 KSycoca caches the information about available applications and file associations for faster access.
0014 
0015 ## Usage
0016 
0017 If you are using CMake, you need to have
0018 
0019     find_package(KF6Service)
0020 
0021 (or similar) in your CMakeLists.txt file, and you need to link to KF6::Service.
0022