diff options
| author | in1tiate <radwoodward@vikings.grayson.edu> | 2021-02-13 07:48:42 -0600 |
|---|---|---|
| committer | in1tiate <radwoodward@vikings.grayson.edu> | 2021-02-13 07:48:42 -0600 |
| commit | 36a1e26069f08bcc39986c109b5b53857fe1725c (patch) | |
| tree | 8b4f8b9d3312ef7a24bc1918624c1cc25b82fa23 /include | |
| parent | 8163071d90514b2b57d1f67ff2cbae64f6535141 (diff) | |
fix borked chatbox themes
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 9a070d46..cd9f736b 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -308,7 +308,7 @@ public: // Returns the dimensions of widget with specified identifier from p_file pos_size_type get_element_dimensions(QString p_identifier, QString p_file, - QString p_char = ""); + QString p_misc = ""); // Returns the value to you QString get_design_element(QString p_identifier, QString p_file, |
