mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Add LoginPINDialog
This commit is contained in:
parent
a93b8718ef
commit
31fb11fd43
13 changed files with 208 additions and 26 deletions
|
@ -92,6 +92,8 @@ class StreamSession : public QObject
|
|||
void Start();
|
||||
void Stop();
|
||||
|
||||
void SetLoginPIN(const QString &pin);
|
||||
|
||||
#if CHIAKI_GUI_ENABLE_QT_GAMEPAD
|
||||
QGamepad *GetGamepad() { return gamepad; }
|
||||
#endif
|
||||
|
@ -103,6 +105,7 @@ class StreamSession : public QObject
|
|||
signals:
|
||||
void CurrentImageUpdated();
|
||||
void SessionQuit(ChiakiQuitReason reason, const QString &reason_str);
|
||||
void LoginPINRequested();
|
||||
|
||||
private slots:
|
||||
void UpdateGamepads();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue