Refactor StreamSessionConnectInfo

This commit is contained in:
Florian Märkl 2019-08-16 18:14:15 +02:00
commit 8d8b756df4
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
4 changed files with 26 additions and 21 deletions

View file

@ -46,8 +46,8 @@ struct StreamSessionConnectInfo
uint32_t log_level_mask;
QString log_file;
QString host;
QString regist_key;
QString morning;
QByteArray regist_key;
QByteArray morning;
ChiakiConnectVideoProfile video_profile;
};