mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Detect Remote Disconnect
This commit is contained in:
parent
389676899c
commit
bea03d667a
11 changed files with 91 additions and 12 deletions
|
@ -94,7 +94,7 @@ class StreamSession : public QObject
|
|||
|
||||
signals:
|
||||
void CurrentImageUpdated();
|
||||
void SessionQuit(ChiakiQuitReason reason);
|
||||
void SessionQuit(ChiakiQuitReason reason, const QString &reason_str);
|
||||
|
||||
private slots:
|
||||
#if CHIAKI_GUI_ENABLE_QT_GAMEPAD
|
||||
|
|
|
@ -46,7 +46,7 @@ class StreamWindow: public QMainWindow
|
|||
|
||||
private slots:
|
||||
void FramesAvailable();
|
||||
void SessionQuit(ChiakiQuitReason reason);
|
||||
void SessionQuit(ChiakiQuitReason reason, const QString &reason_str);
|
||||
};
|
||||
|
||||
#endif // CHIAKI_GUI_STREAMWINDOW_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue