Remove the static keyword from defaultLanguage, defaultCountry,

defaultCurrencyCode
This commit is contained in:
Giorgos Tsiapaliwkas 2012-02-26 16:59:59 +02:00
parent 36e69304fb
commit ba409bf600

View File

@ -1718,7 +1718,7 @@ public:
*
* @return Name of the default language
*/
static QString defaultLanguage();
QString defaultLanguage();
/**
* Returns the code of the default country, i.e. "C"
@ -1730,7 +1730,7 @@ public:
*
* @return Name of the default country
*/
static QString defaultCountry();
QString defaultCountry();
/**
*
@ -1738,7 +1738,7 @@ public:
*
* @return ISO Currency Code of the default currency
*/
static QString defaultCurrencyCode();
QString defaultCurrencyCode();
/**
* Reports whether evaluation of translation scripts is enabled.