fix macos build

This commit is contained in:
Martin Rotter 2022-01-07 14:38:49 +01:00
parent d043e8c227
commit 7c23e7c887
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ void TabWidget::gotoPreviousTab() {
void TabWidget::indentTabText(int index) {
#if defined(Q_OS_MACOS)
if (tabBar()->tabType(index) != TabBar::FeedReader && !tabIcon(index).isNull()) {
if (tabBar()->tabType(index) != TabBar::TabType::FeedReader && !tabIcon(index).isNull()) {
// We have closable tab with some icon, fix the title.
const QString text = tabText(index);