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 3cd6d76 commit 6444e74Copy full SHA for 6444e74
src/DockFocusController.cpp
@@ -42,7 +42,7 @@ struct DockFocusControllerPrivate
42
CDockFocusController *_this;
43
QPointer<CDockWidget> FocusedDockWidget = nullptr;
44
QPointer<CDockAreaWidget> FocusedArea = nullptr;
45
- CDockWidget* OldFocusedDockWidget = nullptr;
+ QPointer<CDockWidget> OldFocusedDockWidget = nullptr;
46
#ifdef Q_OS_LINUX
47
QPointer<CFloatingDockContainer> FloatingWidget = nullptr;
48
#endif
0 commit comments