#ifndef PATH_FUNCTIONS_H #define PATH_FUNCTIONS_H #include QString get_base_path(); QString get_theme_path(); QString get_default_theme_path(); #endif // PATH_FUNCTIONS_H