Turn NotebookTab into a BaseWidget

This commit is contained in:
Rasmus Karlsson
2017-08-13 16:10:53 +02:00
parent eb3645a723
commit f4df262179
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ namespace chatterino {
namespace widgets {
NotebookTab::NotebookTab(Notebook *_notebook)
: QWidget(_notebook)
, colorScheme(_notebook->colorScheme)
: BaseWidget(_notebook)
, positionChangedAnimation(this, "pos")
, notebook(_notebook)
{