mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-24 05:22:06 +08:00
Fix memory leak (#152)
This commit is contained in:
parent
e091be0b76
commit
f1792820e1
@ -68,6 +68,8 @@ class CDockingStateReader;
|
||||
class IFloatingWidget
|
||||
{
|
||||
public:
|
||||
virtual ~IFloatingWidget() = default;
|
||||
|
||||
/**
|
||||
* Starts floating.
|
||||
* This function should get called typically from a mouse press event
|
||||
|
Loading…
Reference in New Issue
Block a user