1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-16 02:59:51 +08:00
This commit is contained in:
Uwe Kindler 2020-04-29 07:13:57 +02:00
commit 3adabaec81

View File

@ -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