Baloo::QueryRunnable Class
class Baloo::QueryRunnableHeader: | #include <Baloo/QueryRunnable> |
CMake: | find_package(KF6 REQUIRED COMPONENTS Baloo) target_link_libraries(mytarget PRIVATE KF6::Baloo) |
Inherits: | QObject and QRunnable |
Public Functions
QueryRunnable(const Baloo::Query &query, QObject *parent = nullptr) | |
void | stop() |
Signals
void | finished(Baloo::QueryRunnable *queryRunnable) |
void | queryResult(Baloo::QueryRunnable *queryRunnable, const QString &filePath) |