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