diff options
Diffstat (limited to 'Tests/QtAutoUicInterface/klocalizedstring.h')
-rw-r--r-- | Tests/QtAutoUicInterface/klocalizedstring.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/QtAutoUicInterface/klocalizedstring.h b/Tests/QtAutoUicInterface/klocalizedstring.h index 559058f..6129599 100644 --- a/Tests/QtAutoUicInterface/klocalizedstring.h +++ b/Tests/QtAutoUicInterface/klocalizedstring.h @@ -7,11 +7,11 @@ #ifdef _WIN32 __declspec(dllexport) #endif -QString tr2xi18n(const char *text, const char *comment = 0); + QString tr2xi18n(const char* text, const char* comment = 0); #ifdef _WIN32 __declspec(dllexport) #endif -QString tr2i18n(const char *text, const char *comment = 0); + QString tr2i18n(const char* text, const char* comment = 0); #endif |