11 lines
184 B
C
11 lines
184 B
C
#ifndef PATH_FUNCTIONS_H
|
|
#define PATH_FUNCTIONS_H
|
|
|
|
#include <QString>
|
|
|
|
QString get_base_path();
|
|
QString get_theme_path();
|
|
QString get_default_theme_path();
|
|
|
|
#endif // PATH_FUNCTIONS_H
|