Support multiple PIN Entries

This commit is contained in:
Florian Märkl 2019-08-25 16:38:13 +02:00
commit d668423775
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
10 changed files with 81 additions and 13 deletions

View file

@ -105,7 +105,7 @@ class StreamSession : public QObject
signals:
void CurrentImageUpdated();
void SessionQuit(ChiakiQuitReason reason, const QString &reason_str);
void LoginPINRequested();
void LoginPINRequested(bool incorrect);
private slots:
void UpdateGamepads();