summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/proparsing/main_mac.cpp
blob: 845aaa6eab1bbeea6f4c1b1a528e04a21ff022d2 (plain)
1
2
3
4
5
6
7
8
9
10
// 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 macworld", "mac-only file");
}