|
YODAU 1.0
YEAR OF THE DEPEND ADULT UNDERGARMENT
|
#include <QString>

Go to the source code of this file.
Macros | |
| #define | str_label(text) |
| Create a user-visible localized label. | |
| #define str_label | ( | text | ) |
Create a user-visible localized label.
This macro provides a lightweight abstraction over translation/localization:
i18n(text) for runtime translation using KLocalizedString.QStringLiteral(text) to produce an efficient, compile-time UTF-16 QString.Usage:
| text | Narrow string literal to translate or wrap as a QString. |
Definition at line 29 of file str_label.hpp.