summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/recursivescan/sub/filetypes/main.cxx
blob: b741ff08285555c1fc349f9250d599ed793f16e2 (plain)
1
2
3
4
5
6
7
8
#include <QApplication>

int main(int argc, char **argv)
{
    QApplication app(argc, argv);
    QApplication::translate("text/cxx", "test");
    return app.exec();
}