mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +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);
|
||||
|
||||
virtual ~LoginDialog();
|
||||
~LoginDialog();
|
||||
|
||||
static void showWithSelection();
|
||||
|
||||
|
|
Loading…
Reference in a new issue