removing virtual keyword from destructor

This commit is contained in:
Wayne Chen 2018-09-11 16:49:11 -07:00 committed by GitHub
parent e7aef92e99
commit 9ee21c9956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ public:
LoginDialog(QQuickItem* parent = nullptr);
virtual ~LoginDialog();
~LoginDialog();
static void showWithSelection();