mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +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
|
class AbstractWindowAdapter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~AbstractWindowAdapter() { }
|
||||||
|
|
||||||
/// This function is called by Slint when the slint window is shown.
|
/// 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
|
/// 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