Skip to content

Commit ef3df18

Browse files
arzam16u-235
authored andcommitted
Fix build failure at src/qtwebkit/viewwindowmgr.cpp
In some cases compilation of the src/qtwebkit/viewwindowmgr.cpp file failed with the message "error: invalid use of incomplete type 'class QTabBar'". This patch adds the missing include statement.
1 parent affcda3 commit ef3df18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qtwebkit/viewwindowmgr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
*/
1818

1919
#include <QClipboard>
20+
#include <QTabBar>
2021
#include <QMouseEvent>
2122

2223
#include "../i18n.h"

0 commit comments

Comments
 (0)