From: Brandon King Date: Wed, 21 Feb 2007 21:00:32 +0000 (+0000) Subject: Added Qt version to Mussagl about box. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=8cae0e15c7c0961809dc72c768c20d04c067d9c5 Added Qt version to Mussagl about box. --- diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index 5d934fa..39d25f9 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -316,6 +316,9 @@ void MussaWindow::about() msg += "Version: "; msg += mussa_version; msg += "\n"; + msg += "Qt: "; + msg += qVersion(); + msg += "\n"; msg += "OpenGL: "; msg += (char *)glGetString(GL_VERSION); msg += "\n";