Some optimizations.

This commit is contained in:
Black Hat
2018-11-11 09:55:41 +08:00
parent 06983a506c
commit bbc4fedd20
3 changed files with 45 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ class Controller : public QObject {
public:
explicit Controller(QObject* parent = nullptr);
~Controller(){};
~Controller();
// All the Q_INVOKABLEs.
Q_INVOKABLE void loginWithCredentials(QString, QString, QString);