Fixed MSVC compiler warning
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user