summaryrefslogtreecommitdiff
path: root/tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp b/tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp
index 8056a6f3c..2d1b1443b 100644
--- a/tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp
+++ b/tests/auto/linguist/lupdate/testdata/good/parsecpp/excluded.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-int main(char **argv, int argc)
+int main(int argc, char **argv)
{
QString fake = QApplication::tr("fake", "This message will not be collected");
}