summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutoUicInterface/klocalizedstring.cpp
blob: f2324bb0962d72b55f2289341fae8e50b857909b (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#include "klocalizedstring.h"

QString tr2xi18n(const char *text, const char *)
{
  return QLatin1String("TranslatedX") + QString::fromLatin1(text);
}

QString tr2i18n(const char *text, const char *)
{
  return QLatin1String("Translated") + QString::fromLatin1(text);
}