diff options
Diffstat (limited to 'src/kernel/qstyle.h')
-rw-r--r-- | src/kernel/qstyle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/qstyle.h b/src/kernel/qstyle.h index 1d20b8c..27dbb07 100644 --- a/src/kernel/qstyle.h +++ b/src/kernel/qstyle.h @@ -205,7 +205,10 @@ class QStyleControlElementTabBarData { int currentTabIndex; QTabBar::Shape shape; TabIdentifierIndexMap identIndexMap; +#ifdef Q_QDOC +#else QStyleControlElementGenericWidgetData cornerWidgets[4]; +#endif enum CornerWidgetLocation { CWL_TopLeft = 0, |