aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-04-25 00:38:42 -0500
committerGitHub <noreply@github.com>2021-04-25 00:38:42 -0500
commit2379c5aaff7c1b49e94eda155226bd388271dfe1 (patch)
tree1a3c3f6a471b775d58dadef59a941c30d554e01c /include/aoapplication.h
parent0a1a47c920a10fe5960f990c48102d8bde08a6fe (diff)
parent6e3435ddba0bc9a2ca71109cb75aa4edbaedfce2 (diff)
Merge pull request #541 from AttorneyOnline/feature/default-scaling-option
Add setting for default scaling method
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index 493f1c92..16bbb9f2 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -490,6 +490,9 @@ public:
// Get if the theme is animated
bool get_animated_theme();
+ // Get the default scaling method
+ QString get_default_scaling();
+
// Currently defined subtheme
QString subtheme;