first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "notebook.h"
|
||||
#include "notebooktab.h"
|
||||
#include "notebookpage.h"
|
||||
|
||||
NotebookTab::NotebookTab(QWidget *parent, Notebook *notebook, NotebookPage *page)
|
||||
: QWidget(parent)
|
||||
{
|
||||
this->notebook = notebook;
|
||||
this->page = page;
|
||||
}
|
||||
Reference in New Issue
Block a user