]> git.sesse.net Git - nageru/commitdiff
Ease logging a tiny bit.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 13 Oct 2015 22:51:10 +0000 (00:51 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 13 Oct 2015 22:51:10 +0000 (00:51 +0200)
main.cpp

index 2b5dc066266261881b8c662fe5914560139614a1..cc554cf6efbee78d79df4bde1c3c7321d5bb75af 100644 (file)
--- 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);