Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit c5b40c8

Browse files
committed
fix missing include
1 parent 48b8a81 commit c5b40c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/mvvmwidgets/SampleWidgets/tabview.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include "tabview.h"
22
#include "ui_tabview.h"
33
#include "tabitemview.h"
4+
#include <QTabBar>
5+
46
TabView::TabView(QtMvvm::ViewModel *viewModel, QWidget *parent) :
57
QTabWidget(parent),
68
IPresentingView(),

0 commit comments

Comments
 (0)