commit | a44bf7276ee9c27f8bf0034c362029fc2757f970 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sat Apr 16 18:41:54 2022 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sat Apr 16 18:41:54 2022 -0700 |
tree | 6564043075725a4110fa0269d453729b2423d676 | |
parent | d2af6ad9cdc1d5cea4bee3c5a531f58cba5d1945 [diff] [blame] |
Add recent file view, implement runtime options
diff --git a/ide/NbRuntime.h b/ide/NbRuntime.h index e7a4b3d..d98daa3 100644 --- a/ide/NbRuntime.h +++ b/ide/NbRuntime.h
@@ -16,6 +16,8 @@ public: explicit NbRuntime(QObject *parent = nullptr); + void reset(); + public slots: void queueCell(Cell *cell); void unqueueCell(Cell *cell);