From cb297d20b616e49803470396c21dd5747370cfaf Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 19 Feb 2013 21:33:58 +0100 Subject: - proper detection of user-preferred language - resume and removal of failed download fixed --- src/settings.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 04781611..34d61a24 100644 --- a/src/settings.h +++ b/src/settings.h @@ -187,6 +187,11 @@ public: */ QVariant pluginSetting(const QString &pluginName, const QString &key) const; + /** + * @return short code of the configured language (corresponding to the translation files) + */ + QString language(); + private: QString obfuscate(const QString &password) const; -- cgit v1.3.1