Add Verbose Logging Setting

This commit is contained in:
Florian Märkl 2019-08-16 18:59:20 +02:00
commit 862c11bc8f
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
10 changed files with 93 additions and 23 deletions

View file

@ -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