Home
last modified time | relevance | path

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

/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Dchat-window.cpp847 …QAction *audioCallAction = new QAction(QIcon::fromTheme(QStringLiteral("audio-headset")), i18n("&A… in setupCustomActions() local
848audioCallAction->setToolTip(i18nc("Toolbar icon tooltip", "Start an audio call with this contact")… in setupCustomActions()
849 connect(audioCallAction, SIGNAL(triggered()), this, SLOT(onAudioCallTriggered())); in setupCustomActions()
920 actionCollection()->addAction(QLatin1String("audio-call"), audioCallAction); in setupCustomActions()