Fixed MSVC compiler warning

This commit is contained in:
Uwe Kindler 2020-06-07 15:20:08 +02:00
parent 312a8cf500
commit cd495a14ec

View File

@ -28,7 +28,7 @@ class ADS_EXPORT CDockFocusController : public QObject
Q_OBJECT
private:
DockFocusControllerPrivate* d; ///< private data (pimpl)
friend class DockFocusControllerPrivate;
friend struct DockFocusControllerPrivate;
private slots:
void onApplicationFocusChanged(QWidget *old, QWidget *now);