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

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