blob: c7790c5cf7d0ebd2e6565d0eb37fee7f4f03dfc2 (
plain)
1
2
3
4
5
6
7
8
9
|
// IMPORTANT!!!! If you want to add testdata to this file,
// always add it to the end in order to not change the linenumbers of translations!!!
void func1() {
QApplication::tr("Hello world", "wildcard1.cpp");
}
|