From 7f99061cf0962b6d9876563f186fcb5147c02465 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Sun, 5 Jan 2014 15:48:53 -0500 Subject: [PATCH] minor edits --- ProjectReader.cpp | 3 +++ README | 2 +- main.cpp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ProjectReader.cpp b/ProjectReader.cpp index 8ef1fee..a1a0db4 100644 --- a/ProjectReader.cpp +++ b/ProjectReader.cpp @@ -160,4 +160,7 @@ void ProjectReader::readPaint() } _xml.readNext(); } + + // TODO: call this->_manager->getController->createPaint(...) } + diff --git a/README b/README index 1b9c83a..b442edd 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Authors ------- * Alexandre Quessy * Sofian Audry -* Sylvain Cormier +* Vasilis Liaskovitis Contributors ------------ diff --git a/main.cpp b/main.cpp index 04c4d2c..3361fbe 100644 --- a/main.cpp +++ b/main.cpp @@ -15,7 +15,7 @@ int main(int argc, char *argv[]) // TODO: avoid segfaults when OSC port is busy QApplication app(argc, argv); - if (!QGLFormat::hasOpenGL()) + if (! QGLFormat::hasOpenGL()) { std::cerr << "This system has no OpenGL support" << std::endl; return 1;