|
#ifndef COMMON_H
|
|
#define COMMON_H
|
|
|
|
#define UKUI_SEARCH_PIPE_PATH (QDir::homePath()+"/.config/org.ukui/ukui-search/ukuisearch").toLocal8Bit().constData()
|
|
#define FILE_SEARCH_VALUE "0"
|
|
#define DIR_SEARCH_VALUE "1"
|
|
|
|
//TODO Put things that needed to be put here here.
|
|
#endif // COMMON_H
|