1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

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);