From: Steinar H. Gunderson Date: Tue, 13 Oct 2015 22:51:10 +0000 (+0200) Subject: Ease logging a tiny bit. X-Git-Tag: 1.0.0~231 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1a4e6cf4f4228101ea698b56e7957bc6785a598e;p=nageru Ease logging a tiny bit. --- diff --git a/main.cpp b/main.cpp index 2b5dc06..cc554cf 100644 --- a/main.cpp +++ b/main.cpp @@ -14,6 +14,7 @@ int main(int argc, char *argv[]) { setenv("QT_XCB_GL_INTEGRATION", "xcb_egl", 0); + setlinebuf(stdout); QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts, true); QApplication app(argc, argv);