add prototype wrapping of the qt sequence browser
[mussa.git] / qui / mussagl.cpp
index 0795a9a6af213b004164dd5947ad8b0cfa07fc7b..d0df4c6c05dfc5e56c0e9ed73e6f8ade53c71176 100644 (file)
@@ -4,7 +4,7 @@ using namespace boost::filesystem;
 #ifdef USE_PYTHON
 #include "py/python.hpp"
 extern "C" void initmussa();
-extern "C" void initmussaqui();
+//extern "C" void initmussaqui();
 #endif
 
 #include "qui/MussaWindow.hpp"
@@ -51,7 +51,6 @@ int main(int argc, char **argv)
 #endif
   //opts.doc_dir = get_doc_dir();
   QApplication app(argc, argv, opts.useGUI);
-  Q_INIT_RESOURCE(icons);
 
   initialize_mussa(opts, argc, argv);
   if (opts.analysis == 0) {
@@ -76,7 +75,7 @@ int main(int argc, char **argv)
         return 1;
       }
       py->add_module("mussa", &initmussa);
-      py->add_module("mussaqui", &initmussaqui);
+      //py->add_module("mussaqui", &initmussaqui);
       // quit when the interpreter exits
       QObject::connect(interp, SIGNAL(finished()),
                        &app, SLOT(quit()));