We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312a8cf commit cd495a1Copy full SHA for cd495a1
src/DockFocusController.h
@@ -28,7 +28,7 @@ class ADS_EXPORT CDockFocusController : public QObject
28
Q_OBJECT
29
private:
30
DockFocusControllerPrivate* d; ///< private data (pimpl)
31
- friend class DockFocusControllerPrivate;
+ friend struct DockFocusControllerPrivate;
32
33
private slots:
34
void onApplicationFocusChanged(QWidget *old, QWidget *now);
0 commit comments