From 15e1618344491d9860923656fc16be15532223a6 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Tue, 17 Nov 2009 15:54:49 -0800 Subject: [PATCH] Apparently I lost a } in a Mac OS X specific section of the code. Sowwy. Fixed. --- qui/MussaWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qui/MussaWindow.cpp b/qui/MussaWindow.cpp index 783f7e0..75da849 100644 --- a/qui/MussaWindow.cpp +++ b/qui/MussaWindow.cpp @@ -729,6 +729,7 @@ void MussaWindow::showManual() QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton); + } #endif //QT_QTASSISTANT_FOUND } -- 2.30.2