mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
clang-format
This commit is contained in:
parent
8d7c70d912
commit
f7beb1b34e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ WebRTCSession::WebRTCSession()
|
||||||
{
|
{
|
||||||
qRegisterMetaType<WebRTCSession::State>();
|
qRegisterMetaType<WebRTCSession::State>();
|
||||||
connect(this, &WebRTCSession::stateChanged, this, &WebRTCSession::setState);
|
connect(this, &WebRTCSession::stateChanged, this, &WebRTCSession::setState);
|
||||||
#if defined (GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0)
|
#if defined(GSTREAMER_AVAILABLE) && GST_CHECK_VERSION(1, 18, 0)
|
||||||
init();
|
init();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue