diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-18 15:24:31 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-18 15:24:31 -0500 |
commit | 0ab15db734b5c45bdefa960c54209d0d7472ec50 (patch) | |
tree | a95a0035307359a883d9979203f34dcbe9df5e90 /lumina-search/Worker.h | |
parent | Update the Lumina-default theme file a bit more. (diff) | |
download | lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.tar.gz lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.tar.bz2 lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.zip |
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.
Diffstat (limited to 'lumina-search/Worker.h')
-rw-r--r-- | lumina-search/Worker.h | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |