mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
asd
This commit is contained in:
parent
b9073b3cc2
commit
1d7eb937f4
|
@ -2,9 +2,10 @@
|
||||||
#define NOTEBOOKTAB_H
|
#define NOTEBOOKTAB_H
|
||||||
|
|
||||||
#include "QObject"
|
#include "QObject"
|
||||||
#include "notebook.h"
|
|
||||||
#include "notebookpage.h"
|
#include "notebookpage.h"
|
||||||
|
|
||||||
|
class Notebook;
|
||||||
|
|
||||||
class NotebookTab : public QWidget
|
class NotebookTab : public QWidget
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue