make compiled in python extension initialization more flexable
[mussa.git] / qui / threading / InterpreterThread.hpp
index dd8aea01aee41e24afcdd53ae9ce4610950aeeef..a2ad09f38f05567dbeb71485fbc4bb51ac0150a7 100644 (file)
@@ -3,10 +3,12 @@
 
 #include <QThread>
 
+class MussaPython;
 class InterpreterThread : public QThread {
   Q_OBJECT
 public:
   void run();
+  MussaPython *get_py();
 private:
   //! only let ThreadManager create this object.
   InterpreterThread();