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
49
49
Q_OBJECT
50
50
private:
51
51
DockAreaTabBarPrivate* d; // /< private data (pimpl)
52
- friend class DockAreaTabBarPrivate ;
52
+ friend struct DockAreaTabBarPrivate ;
53
53
friend class CDockAreaTitleBar ;
54
54
55
55
private slots:
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class CDockAreaTitleBar : public QFrame
50
50
Q_OBJECT
51
51
private:
52
52
DockAreaTitleBarPrivate* d; // /< private data (pimpl)
53
- friend class DockAreaTitleBarPrivate ;
53
+ friend struct DockAreaTitleBarPrivate ;
54
54
55
55
private slots:
56
56
void markTabsMenuOutdated ();
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ namespace ads
43
43
struct DockAreaWidgetPrivate ;
44
44
class CDockManager ;
45
45
class CDockContainerWidget ;
46
- struct DockContainerWidgetPrivate ;
46
+ class DockContainerWidgetPrivate ;
47
47
48
48
49
49
/* *
@@ -58,7 +58,7 @@ class ADS_EXPORT CDockAreaWidget : public QFrame
58
58
DockAreaWidgetPrivate* d; // /< private data (pimpl)
59
59
friend struct DockAreaWidgetPrivate ;
60
60
friend class CDockContainerWidget ;
61
- friend struct DockContainerWidgetPrivate ;
61
+ friend class DockContainerWidgetPrivate ;
62
62
friend class CDockWidgetTab ;
63
63
friend struct DockWidgetPrivate ;
64
64
friend class CDockWidget ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class ADS_EXPORT CDockContainerWidget : public QFrame
57
57
Q_OBJECT
58
58
private:
59
59
DockContainerWidgetPrivate* d; // /< private data (pimpl)
60
- friend struct DockContainerWidgetPrivate ;
60
+ friend class DockContainerWidgetPrivate ;
61
61
friend class CDockManager ;
62
62
friend struct DockManagerPrivate ;
63
63
friend class CDockAreaWidget ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class CDockWidgetTab;
44
44
class CDockManager ;
45
45
class CDockContainerWidget ;
46
46
class CDockAreaWidget ;
47
- struct DockContainerWidgetPrivate ;
47
+ class DockContainerWidgetPrivate ;
48
48
49
49
/* *
50
50
* The QDockWidget class provides a widget that can be docked inside a
@@ -69,7 +69,7 @@ private slots:
69
69
friend class CFloatingDockContainer ;
70
70
friend class CDockManager ;
71
71
friend struct DockManagerPrivate ;
72
- friend struct DockContainerWidgetPrivate ;
72
+ friend class DockContainerWidgetPrivate ;
73
73
friend class CDockAreaTabBar ;
74
74
friend class CDockWidgetTab ;
75
75
friend struct DockWidgetTabPrivate ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class CElidingLabel : public QLabel
46
46
Q_OBJECT
47
47
private:
48
48
ElidingLabelPrivate* d;
49
- friend class ElidingLabelPrivate ;
49
+ friend struct ElidingLabelPrivate ;
50
50
51
51
protected:
52
52
virtual void mouseReleaseEvent (QMouseEvent* event) override ;
You can’t perform that action at this time.
0 commit comments