diff options
Diffstat (limited to 'path_functions.cpp')
| -rw-r--r-- | path_functions.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp index 518da43..cab8752 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -58,6 +58,11 @@ QString AOApplication::get_default_background_path() return get_base_path() + "background/gs4/"; } +QString AOApplication::get_evidence_path() +{ + return get_base_path() + "evidence/"; +} + QString Courtroom::get_background_path() { return ao_app->get_base_path() + "background/" + current_background.toLower() + "/"; |
