mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 13:33:13 -07:00
Add Verbose Logging Setting
This commit is contained in:
parent
8d8b756df4
commit
862c11bc8f
10 changed files with 93 additions and 23 deletions
|
@ -34,6 +34,7 @@ class QGamepad;
|
|||
class QAudioOutput;
|
||||
class QIODevice;
|
||||
class QKeyEvent;
|
||||
class Settings;
|
||||
|
||||
class ChiakiException: public Exception
|
||||
{
|
||||
|
@ -49,6 +50,9 @@ struct StreamSessionConnectInfo
|
|||
QByteArray regist_key;
|
||||
QByteArray morning;
|
||||
ChiakiConnectVideoProfile video_profile;
|
||||
|
||||
StreamSessionConnectInfo();
|
||||
StreamSessionConnectInfo(Settings *settings, QString host, QByteArray regist_key, QByteArray morning);
|
||||
};
|
||||
|
||||
class StreamSession : public QObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue