mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05:00
[libcalamares] Add default constructor to TranslatedString
This commit is contained in:
parent
3560ea6622
commit
fd75b33784
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ public:
|
|||
/** @brief Not-actually-translated string.
|
||||
*/
|
||||
TranslatedString( const QString& string );
|
||||
/// @brief Empty string
|
||||
TranslatedString()
|
||||
: TranslatedString( QString() ) {}
|
||||
|
||||
int count() const { return m_strings.count(); }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue