From 9b69f03f5ce7237c345250f057fc22614adb10b0 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Thu, 1 Mar 2012 21:59:43 +0200 Subject: [PATCH] Make Locale::reparseConfiguration() a Q_INVOKABLE method --- declarativeimports/locale/locale.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/declarativeimports/locale/locale.h b/declarativeimports/locale/locale.h index 52b4de361..a331d5163 100644 --- a/declarativeimports/locale/locale.h +++ b/declarativeimports/locale/locale.h @@ -1599,7 +1599,7 @@ public: * @param charset set to the charset part of the locale */ Q_INVOKABLE static void splitLocale(const QString &locale, QString &language, QString &country, - QString &modifier, QString &charset); //TODO + QString &modifier, QString &charset); //TODO remove? /** * Use this as main catalog for *all* KLocales, if not the appname @@ -1733,7 +1733,7 @@ public: * Reparse locale configuration files for the current selected * language. */ - void reparseConfiguration(); //TODO + Q_INVOKABLE void reparseConfiguration(); private: KLocale *m_locale;