Added Qt version to Mussagl about box.
authorBrandon King <kingb@caltech.edu>
Wed, 21 Feb 2007 21:00:32 +0000 (21:00 +0000)
committerBrandon King <kingb@caltech.edu>
Wed, 21 Feb 2007 21:00:32 +0000 (21:00 +0000)
qui/MussaWindow.cpp

index 5d934fa36d637536fa33b03ccac033cdaa5c8f72..39d25f9db598bf69223ac14f05eb3d15cd37d411 100644 (file)
@@ -316,6 +316,9 @@ void MussaWindow::about()
   msg += "Version: ";
   msg += mussa_version;
   msg += "\n";
   msg += "Version: ";
   msg += mussa_version;
   msg += "\n";
+  msg += "Qt: ";
+  msg += qVersion();
+  msg += "\n";
   msg += "OpenGL: ";
   msg += (char *)glGetString(GL_VERSION);
   msg += "\n";
   msg += "OpenGL: ";
   msg += (char *)glGetString(GL_VERSION);
   msg += "\n";