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.
2 parents 5695d0d + f179282 commit 3adabaeCopy full SHA for 3adabae
src/FloatingDockContainer.h
@@ -68,6 +68,8 @@ class CDockingStateReader;
68
class IFloatingWidget
69
{
70
public:
71
+ virtual ~IFloatingWidget() = default;
72
+
73
/**
74
* Starts floating.
75
* This function should get called typically from a mouse press event
0 commit comments