mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:41:20 +02:00
removing virtual
keyword from destructor
This commit is contained in:
parent
e7aef92e99
commit
9ee21c9956
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
||||||
|
|
||||||
LoginDialog(QQuickItem* parent = nullptr);
|
LoginDialog(QQuickItem* parent = nullptr);
|
||||||
|
|
||||||
virtual ~LoginDialog();
|
~LoginDialog();
|
||||||
|
|
||||||
static void showWithSelection();
|
static void showWithSelection();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue