aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-02-13 21:03:53 -0600
committerGitHub <noreply@github.com>2021-02-13 21:03:53 -0600
commit5fd3ed0fea0b62410e69ded2d96886e3635e8b17 (patch)
tree8b4f8b9d3312ef7a24bc1918624c1cc25b82fa23 /include/aoapplication.h
parentfe00c6b7defe10a2c63b690c04ae2779fcccf859 (diff)
parent36a1e26069f08bcc39986c109b5b53857fe1725c (diff)
Merge pull request #468 from AttorneyOnline/fix/cont-hitch-mitigation
Mitigate hitching when using continuous playback, fix a botch in handling misc themes
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h2
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,