|
|
@ -51,14 +51,14 @@ public:
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/** @brief How many strings (translations) are there?
|
|
|
|
/** @brief How many strings (translations) are there?
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This is always at least 1 (for the untranslated string),
|
|
|
|
* This is always at least 1 (for the untranslated string),
|
|
|
|
* but may be more than 1 even when isEmpty() is true --
|
|
|
|
* but may be more than 1 even when isEmpty() is true --
|
|
|
|
* if there is no untranslated version, for instance.
|
|
|
|
* if there is no untranslated version, for instance.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
int count() const { return m_strings.count(); }
|
|
|
|
int count() const { return m_strings.count(); }
|
|
|
|
/** @brief Consider this string empty?
|
|
|
|
/** @brief Consider this string empty?
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Only the state of the untranslated string is considered,
|
|
|
|
* Only the state of the untranslated string is considered,
|
|
|
|
* so count() may be more than 1 even while the string is empty.
|
|
|
|
* so count() may be more than 1 even while the string is empty.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|