File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class CDockAreaTabBar : public QScrollArea
4949 Q_OBJECT
5050private:
5151 DockAreaTabBarPrivate* d; // /< private data (pimpl)
52- friend class DockAreaTabBarPrivate ;
52+ friend struct DockAreaTabBarPrivate ;
5353 friend class CDockAreaTitleBar ;
5454
5555private slots:
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class CDockAreaTitleBar : public QFrame
5050 Q_OBJECT
5151private:
5252 DockAreaTitleBarPrivate* d; // /< private data (pimpl)
53- friend class DockAreaTitleBarPrivate ;
53+ friend struct DockAreaTitleBarPrivate ;
5454
5555private slots:
5656 void markTabsMenuOutdated ();
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ namespace ads
4343struct DockAreaWidgetPrivate ;
4444class CDockManager ;
4545class CDockContainerWidget ;
46- struct DockContainerWidgetPrivate ;
46+ class DockContainerWidgetPrivate ;
4747
4848
4949/* *
@@ -58,7 +58,7 @@ class ADS_EXPORT CDockAreaWidget : public QFrame
5858 DockAreaWidgetPrivate* d; // /< private data (pimpl)
5959 friend struct DockAreaWidgetPrivate ;
6060 friend class CDockContainerWidget ;
61- friend struct DockContainerWidgetPrivate ;
61+ friend class DockContainerWidgetPrivate ;
6262 friend class CDockWidgetTab ;
6363 friend struct DockWidgetPrivate ;
6464 friend class CDockWidget ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class ADS_EXPORT CDockContainerWidget : public QFrame
5757 Q_OBJECT
5858private:
5959 DockContainerWidgetPrivate* d; // /< private data (pimpl)
60- friend struct DockContainerWidgetPrivate ;
60+ friend class DockContainerWidgetPrivate ;
6161 friend class CDockManager ;
6262 friend struct DockManagerPrivate ;
6363 friend class CDockAreaWidget ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class CDockWidgetTab;
4444class CDockManager ;
4545class CDockContainerWidget ;
4646class CDockAreaWidget ;
47- struct DockContainerWidgetPrivate ;
47+ class DockContainerWidgetPrivate ;
4848
4949/* *
5050 * The QDockWidget class provides a widget that can be docked inside a
@@ -69,7 +69,7 @@ private slots:
6969 friend class CFloatingDockContainer ;
7070 friend class CDockManager ;
7171 friend struct DockManagerPrivate ;
72- friend struct DockContainerWidgetPrivate ;
72+ friend class DockContainerWidgetPrivate ;
7373 friend class CDockAreaTabBar ;
7474 friend class CDockWidgetTab ;
7575 friend struct DockWidgetTabPrivate ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class CElidingLabel : public QLabel
4646 Q_OBJECT
4747private:
4848 ElidingLabelPrivate* d;
49- friend class ElidingLabelPrivate ;
49+ friend struct ElidingLabelPrivate ;
5050
5151protected:
5252 virtual void mouseReleaseEvent (QMouseEvent* event) override ;
You can’t perform that action at this time.
0 commit comments