This commit is contained in:
fourtf
2016-12-29 18:45:08 +01:00
parent 1d7eb937f4
commit 936aeda484
2 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ Q_OBJECT
public:
Notebook(QWidget *parent);
NotebookPage AddPage();
NotebookPage* AddPage();
private:
QList<std::tuple<NotebookPage, NotebookTab>> pages;
QList<std::tuple<NotebookPage*, NotebookTab*>>* pages;
};
#endif // NOTEBOOK_H