Home
last modified time | relevance | path

Searched refs:onVideoCallTriggered (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/qTox/qTox-1.17.4/src/widget/form/
H A Dchatform.h85 void onVideoCallTriggered();
H A Dchatform.cpp154 connect(headWidget, &ChatFormHeader::videoCallTriggered, this, &ChatForm::onVideoCallTriggered);
388 void ChatForm::onVideoCallTriggered() in onVideoCallTriggered() function in ChatForm
488 connect(view, &GenericNetCamView::videoCallEnd, this, &ChatForm::onVideoCallTriggered); in createNetcam()
/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Dchat-window.h105 void onVideoCallTriggered(); /** start a video call */
H A Dchat-window.cpp656 void ChatWindow::onVideoCallTriggered() in onVideoCallTriggered() function in ChatWindow
866 connect(videoCallAction, SIGNAL(triggered()), this, SLOT(onVideoCallTriggered())); in setupCustomActions()