diff --git a/libsearch/appsearch/app-match.cpp b/libsearch/appsearch/app-match.cpp index 4778dd3..aa79c3d 100644 --- a/libsearch/appsearch/app-match.cpp +++ b/libsearch/appsearch/app-match.cpp @@ -20,6 +20,7 @@ #include "app-match.h" #include #include +#include #include "file-utils.h" #include "app-search-plugin.h" #define ANDROID_APP_DESKTOP_PATH QDir::homePath() + "/.local/share/applications/" @@ -77,12 +78,6 @@ void AppMatch::startMatchApp(QString input, size_t uniqueSymbol, DataQueuegetDesktopFilePath(); this->getAllDesktopFilePath("/usr/share/applications/"); this->getAllDesktopFilePath(ANDROID_APP_DESKTOP_PATH); @@ -417,4 +383,5 @@ void AppMatch::run() { this->getAllDesktopFilePath(ANDROID_APP_DESKTOP_PATH); } }); + qDebug() << "AppMatch finish.."; }