commit | e386bc7e20fcb717eddd9e822612e99f7b6d1e05 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 24 21:31:31 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 24 21:31:31 2022 -0800 |
tree | f71de84d9130923bfb29f3f35d34debe3b97a068 | |
parent | 06cec4e5eef1195428f1ba6a7e2c4830db93239a [diff] [blame] |
Port to Qt 6
diff --git a/ide/CellModel.h b/ide/CellModel.h index a946441..46f3628 100644 --- a/ide/CellModel.h +++ b/ide/CellModel.h
@@ -3,9 +3,10 @@ #include <QAbstractListModel> #include <qqml.h> -#include "Notebook.h" #include "Cell.h" +class Notebook; + class CellModel : public QAbstractListModel { Q_OBJECT