mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Fix warning about missing virtual destructor
This commit is contained in:
parent
8e3df98ffe
commit
2d72781f9f
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ concept Renderer = requires(R r)
|
|||
class AbstractWindowAdapter
|
||||
{
|
||||
public:
|
||||
virtual ~AbstractWindowAdapter() { }
|
||||
|
||||
/// This function is called by Slint when the slint window is shown.
|
||||
///
|
||||
/// Re-implement this function to forward the call to show to the native window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue