mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
added basic tabs and buttons
This commit is contained in:
parent
936aeda484
commit
cfda4798d4
6
notebookbutton.cpp
Normal file
6
notebookbutton.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "notebookbutton.h"
|
||||
|
||||
NotebookButton::NotebookButton()
|
||||
{
|
||||
|
||||
}
|
11
notebookbutton.h
Normal file
11
notebookbutton.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef NOTEBOOKBUTTON_H
|
||||
#define NOTEBOOKBUTTON_H
|
||||
|
||||
|
||||
class NotebookButton
|
||||
{
|
||||
public:
|
||||
NotebookButton();
|
||||
};
|
||||
|
||||
#endif // NOTEBOOKBUTTON_H
|
Loading…
Reference in a new issue