mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
Fixed MSVC compiler warning
This commit is contained in:
parent
312a8cf500
commit
cd495a14ec
@ -28,7 +28,7 @@ class ADS_EXPORT CDockFocusController : public QObject
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
private:
|
private:
|
||||||
DockFocusControllerPrivate* d; ///< private data (pimpl)
|
DockFocusControllerPrivate* d; ///< private data (pimpl)
|
||||||
friend class DockFocusControllerPrivate;
|
friend struct DockFocusControllerPrivate;
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onApplicationFocusChanged(QWidget *old, QWidget *now);
|
void onApplicationFocusChanged(QWidget *old, QWidget *now);
|
||||||
|
Loading…
Reference in New Issue
Block a user