aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/options.h b/src/options.h
index f28dfcd3..f96f994b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,5 +1,6 @@
#pragma once
+#include "datatypes.h"
#include "network/serverinfo.h"
#include <QCoreApplication>
@@ -224,10 +225,6 @@ public:
bool animatedThemeEnabled() const;
void setAnimatedThemeEnabled(bool value);
- // Get the default scaling method
- QString defaultScalingMode() const;
- void setDefaultScalingMode(QString value);
-
// Get a list of custom mount paths
QStringList mountPaths() const;
void setMountPaths(QStringList value);
@@ -252,6 +249,10 @@ public:
QString language() const;
void setLanguage(QString value);
+ // The scaling algorithm to use on images.
+ RESIZE_MODE resizeMode() const;
+ void setResizeMode(RESIZE_MODE value);
+
// Callwords notify the user when the word/words are used in a game message.
QStringList callwords() const;
void setCallwords(QStringList value);