#ifndef PATH_H #define PATH_H #include QString get_app_dir(); QString get_data_path(); QString get_effects_dir(); #endif // PATH_H