Skip to content
Snippets Groups Projects
Commit a037609c authored by Christian Kamm's avatar Christian Kamm
Browse files

qmldump: Add a flush to fix output redirection problems on windows.


Task-number: QTCREATORBUG-5825
Change-Id: Ib086e8ed213738516015334736b1a2badb202993
Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
parent cde1cafd
No related branches found
No related tags found
No related merge requests found
...@@ -635,7 +635,7 @@ int main(int argc, char *argv[]) ...@@ -635,7 +635,7 @@ int main(int argc, char *argv[])
qml.writeEndObject(); qml.writeEndObject();
qml.writeEndDocument(); qml.writeEndDocument();
std::cout << bytes.constData(); std::cout << bytes.constData() << std::flush;
// workaround to avoid crashes on exit // workaround to avoid crashes on exit
QTimer timer; QTimer timer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment