X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fquassel.h;h=7e78f73d50ac1e7d9719d7499bed291a374a037a;hb=7a44d67d565fe4f627e64b158a91a5978591c743;hp=209499513f726908c79c00e422419b2f9397976a;hpb=8ec4a861065b8a037ea6af58b2916800007ed61f;p=quassel.git diff --git a/src/common/quassel.h b/src/common/quassel.h index 20949951..7e78f73d 100644 --- a/src/common/quassel.h +++ b/src/common/quassel.h @@ -82,6 +82,8 @@ public: */ static QString findDataFilePath(const QString &filename); + static QString translationDirPath(); + static void loadTranslation(const QLocale &locale); static inline void setCliParser(AbstractCliParser *cliParser);