summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/UicInterface/klocalizedstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/UicInterface/klocalizedstring.h')
-rw-r--r--Tests/QtAutogen/UicInterface/klocalizedstring.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/QtAutogen/UicInterface/klocalizedstring.h b/Tests/QtAutogen/UicInterface/klocalizedstring.h
new file mode 100644
index 000000000..6129599dc
--- /dev/null
+++ b/Tests/QtAutogen/UicInterface/klocalizedstring.h
@@ -0,0 +1,17 @@
+
+#ifndef KLOCALIZEDSTRING_H
+#define KLOCALIZEDSTRING_H
+
+#include <QString>
+
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+ QString tr2xi18n(const char* text, const char* comment = 0);
+
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+ QString tr2i18n(const char* text, const char* comment = 0);
+
+#endif