Minor: Add the tab widget as a member
This commit is contained in:
@@ -68,6 +68,7 @@ static MyProxy *proxyStyle()
|
||||
TabBarWidget::TabBarWidget(TabWidget *parent)
|
||||
: QTabBar(parent->asWidget())
|
||||
, TabBar(this, parent)
|
||||
, m_tabWidget(parent)
|
||||
{
|
||||
setMovable(Config::self().flags() & Config::Flag_AllowReorderTabs);
|
||||
setStyle(proxyStyle());
|
||||
|
||||
Reference in New Issue
Block a user