commit | 5d3e556a075ee53131e9fa70aef1bbc893aee66a | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 24 16:49:19 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 24 16:49:19 2022 -0800 |
tree | 23b2952601e0af8b0e4a87601a0eee7dc445a695 | |
parent | d85daa98cbbd221721e66d5445eea005970c50ce [diff] [blame] |
Add AssertionException, specialize pprint
diff --git a/ide/CellModel.h b/ide/CellModel.h index 1f56056..428422a 100644 --- a/ide/CellModel.h +++ b/ide/CellModel.h
@@ -44,6 +44,8 @@ Q_INVOKABLE void addCell(const Cell &cell); Q_INVOKABLE void addCell(QString code, QString result); + Q_INVOKABLE void insertCellBefore(int index); + private: Notebook *_notebook; void announceCellChange(Cell *cell, int role);