summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/proparsingpaths/sub/subfile1.cpp
blob: 807d2967db3cb73bfcbb9017f758d0456906e56e (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", "nested wildcard");
}