diff --git a/notebookbutton.cpp b/notebookbutton.cpp new file mode 100644 index 00000000..302bffb2 --- /dev/null +++ b/notebookbutton.cpp @@ -0,0 +1,6 @@ +#include "notebookbutton.h" + +NotebookButton::NotebookButton() +{ + +} diff --git a/notebookbutton.h b/notebookbutton.h new file mode 100644 index 00000000..83856fb7 --- /dev/null +++ b/notebookbutton.h @@ -0,0 +1,11 @@ +#ifndef NOTEBOOKBUTTON_H +#define NOTEBOOKBUTTON_H + + +class NotebookButton +{ +public: + NotebookButton(); +}; + +#endif // NOTEBOOKBUTTON_H \ No newline at end of file