8 lines
224 B
C
8 lines
224 B
C
|
#ifndef COMMON_H
|
||
|
#define COMMON_H
|
||
|
|
||
|
#define UKUI_SEARCH_PIPE_PATH (QDir::homePath()+"/.config/org.ukui/ukui-search/ukuisearch").toLocal8Bit().constData()
|
||
|
|
||
|
//TODO Put things that needed to be put here here.
|
||
|
#endif // COMMON_H
|