commit | 732628ecdef188098715eb521cd119c96a525ca1 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Fri Feb 25 10:35:56 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Fri Feb 25 10:35:56 2022 -0800 |
tree | a19831507e9407d504269492d68f567da0ee5288 | |
parent | e386bc7e20fcb717eddd9e822612e99f7b6d1e05 [diff] [blame] |
Properly move NbRuntime to its own thread
diff --git a/ide/NbRuntime.h b/ide/NbRuntime.h index 2f6a845..9d4c714 100644 --- a/ide/NbRuntime.h +++ b/ide/NbRuntime.h
@@ -9,7 +9,7 @@ #include "../Evaluator.h" #include "../Parser.h" -class NbRuntime : public QThread +class NbRuntime : public QObject { Q_OBJECT