start trying to figure out where the documentation is
[mussa.git] / qui / MussaWindow.cpp
index 6759567ef468b64a7b6d05bf4099ab07b69ee800..b0d5dbde2e4962d9765305e7fd6546d4021088fa 100644 (file)
@@ -239,17 +239,7 @@ void MussaWindow::setupMainMenu()
 
 void MussaWindow::setupAssistant()
 {
-#if 0 && defined(Q_WS_MAC)
-    CFURLRef pluginRef = CFBundleCopyBundleURL(CFBundleGetMainBundle());
-    CFStringRef macPath = CFURLCopyFileSystemPath(pluginRef,
-                                           kCFURLPOSIXPathStyle);
-    const char *pathPtr = CFStringGetCStringPtr(macPath,
-                                           CFStringGetSystemEncoding());
-    qDebug("Path = %s", pathPtr);
-    CFRelease(pluginRef);
-    CFRelease(macPath);
-#endif
-#if defined(QT_ASSISTANT_LIB)
+#if defined(QT_ASSISTANT_FOUND)
   QStringList manualAssistantArgs;
   manualAssistantArgs = QStringList();
   manualAssistantArgs << "-profile" << "./doc/manual/mussagl_manual.adp";