Remove the static keyword from defaultLanguage, defaultCountry,
defaultCurrencyCode
This commit is contained in:
parent
36e69304fb
commit
ba409bf600
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user