Add device name field in login dialog.
This commit is contained in:
@@ -31,8 +31,7 @@ class Controller : public QObject {
|
||||
explicit Controller(QObject* parent = nullptr);
|
||||
~Controller();
|
||||
|
||||
// All the Q_INVOKABLEs.
|
||||
Q_INVOKABLE void loginWithCredentials(QString, QString, QString);
|
||||
Q_INVOKABLE void loginWithCredentials(QString, QString, QString, QString);
|
||||
|
||||
QVector<Connection*> connections() { return m_connections; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user