From 0ab15db734b5c45bdefa960c54209d0d7472ec50 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 18 Feb 2015 15:24:31 -0500 Subject: Add a new configuration dialog to lumina-search so that users can specify/save the starting point for file searches, as well as setup any directories to exclude from the search routine. --- lumina-search/Worker.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lumina-search/Worker.h') diff --git a/lumina-search/Worker.h b/lumina-search/Worker.h index c7dd3707..87cf1e3b 100644 --- a/lumina-search/Worker.h +++ b/lumina-search/Worker.h @@ -18,6 +18,9 @@ public: Worker(QObject *parent = 0); ~Worker(); + QString startDir; + QStringList skipDirs; + public slots: void StartSearch(QString term, bool isApp); void StopSearch(); -- cgit