From 36a1e26069f08bcc39986c109b5b53857fe1725c Mon Sep 17 00:00:00 2001 From: in1tiate Date: Sat, 13 Feb 2021 07:48:42 -0600 Subject: fix borked chatbox themes --- include/aoapplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, -- cgit