Turn NotebookTab into a BaseWidget
This commit is contained in:
@@ -9,8 +9,7 @@ namespace chatterino {
|
||||
namespace widgets {
|
||||
|
||||
NotebookTab::NotebookTab(Notebook *_notebook)
|
||||
: QWidget(_notebook)
|
||||
, colorScheme(_notebook->colorScheme)
|
||||
: BaseWidget(_notebook)
|
||||
, positionChangedAnimation(this, "pos")
|
||||
, notebook(_notebook)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user