Save todo
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:28:35 +0000 (01:28 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 25 Jan 2016 00:28:35 +0000 (01:28 +0100)
src/kernel/kernel.cpp

index 8bd0311c246cbdd23b259fb30e221964dae41570..e92118e76024e401fc528155685bb91a21dbcf38 100644 (file)
@@ -295,6 +295,7 @@ void QKernel::on_actionExecute_triggered()
                if (i > 0)
                        s.remove(i, 4);
 
+               // @TODO: if no interpreter is running will result in killing app
                RunIntModule((char*)s.toAscii().data(), 0);
        }
 }