summary refs log tree commit diff
path: root/src/voip
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-03-16 01:24:33 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-03-16 01:34:23 +0100
commit06927cd3c256949fb0622889506cc3bd3a2e286e (patch)
tree0f1922dd6dd5cdb30dc047d1d77a05e7b88df304 /src/voip
parentworkaround broken platform dialogs on macos (diff)
downloadnheko-06927cd3c256949fb0622889506cc3bd3a2e286e.tar.xz
Include moc files for a tiny speedup on incremental builds
Diffstat (limited to 'src/voip')
-rw-r--r--src/voip/CallDevices.cpp2
-rw-r--r--src/voip/CallManager.cpp2
-rw-r--r--src/voip/ScreenCastPortal.cpp2
-rw-r--r--src/voip/WebRTCSession.cpp2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/voip/CallDevices.cpp b/src/voip/CallDevices.cpp

index c279248b..90eef113 100644 --- a/src/voip/CallDevices.cpp +++ b/src/voip/CallDevices.cpp
@@ -393,3 +393,5 @@ CallDevices::frameRates(const std::string &, const std::string &) const } #endif + +#include "moc_CallDevices.cpp" diff --git a/src/voip/CallManager.cpp b/src/voip/CallManager.cpp
index e5754417..ac3ec8ee 100644 --- a/src/voip/CallManager.cpp +++ b/src/voip/CallManager.cpp
@@ -1172,3 +1172,5 @@ getTurnURIs(const mtx::responses::TurnServer &turnServer) return ret; } } + +#include "moc_CallManager.cpp" diff --git a/src/voip/ScreenCastPortal.cpp b/src/voip/ScreenCastPortal.cpp
index 83f7595b..784e5aa3 100644 --- a/src/voip/ScreenCastPortal.cpp +++ b/src/voip/ScreenCastPortal.cpp
@@ -511,3 +511,5 @@ ScreenCastPortal::openPipeWireRemote() } #endif + +#include "moc_ScreenCastPortal.cpp" diff --git a/src/voip/WebRTCSession.cpp b/src/voip/WebRTCSession.cpp
index 332a27fd..049b3431 100644 --- a/src/voip/WebRTCSession.cpp +++ b/src/voip/WebRTCSession.cpp
@@ -1305,3 +1305,5 @@ WebRTCSession::end() } #endif + +#include "moc_WebRTCSession.cpp"