Commit ef3df18
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments