File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ int main( int argc, char **argv )
54
54
55
55
for (POMap::ConstIterator it = map.constBegin (); it != map.constEnd (); ++it)
56
56
{
57
- cout << " #. Tag: " << (*it).tagNames .join (QStringLiteral (" " )).toUtf8 ().data () << endl ;
57
+ cout << " #. Tag: " << (*it).tagNames .join (QStringLiteral (" " )).toUtf8 ().data () << ' \n ' ;
58
58
cout << " #: " ;
59
59
for (QList<int >::ConstIterator it2 =
60
60
(*it).lineNumbers .constBegin (); it2 != (*it).lineNumbers .constEnd (); ++it2) {
@@ -65,7 +65,7 @@ int main( int argc, char **argv )
65
65
}
66
66
cout << " \n " ;
67
67
cout << " #, no-c-format\n " ;
68
- cout << " msgid" << toGetTextString ((*it).value ).toUtf8 ().data ();
68
+ cout << " msgid" << toGetTextString ((*it).value ).toUtf8 ().data () << ' \n ' ;
69
69
cout << " msgstr \"\"\n " ;
70
70
cout << " \n " ;
71
71
}
You can’t perform that action at this time.
0 commit comments