diff options
| author | David Skoland <davidskoland@gmail.com> | 2018-11-16 01:02:55 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2018-11-16 01:02:55 +0100 |
| commit | 11c2f258ebf48f515cdba5c7ae9cccec447604dd (patch) | |
| tree | 0e67a4df19050aa6a71c323185ca0f3bbe3fe05d /courtroom.h | |
| parent | 051c8975eccffc0a0b5b1312e06b2b412590e475 (diff) | |
removed legacy for char icons
Diffstat (limited to 'courtroom.h')
| -rw-r--r-- | courtroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/courtroom.h b/courtroom.h index 2cc099ce..3c937b96 100644 --- a/courtroom.h +++ b/courtroom.h @@ -102,7 +102,7 @@ public: //implementations in path_functions.cpp QString get_background_path(); - QString get_default_background_path(); + QString get_default_background_path(QString p_file); //cid = character id, returns the cid of the currently selected character int get_cid() {return m_cid;} |
