MCPcopy Create free account
hub / github.com/KDAB/GammaRay / connectionType

Method connectionType

ui/methodinvocationdialog.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44MethodInvocationDialog::~MethodInvocationDialog() = default;
45
46Qt::ConnectionType MethodInvocationDialog::connectionType() const
47{
48 return ui->connectionTypeComboBox->itemData(ui->connectionTypeComboBox->currentIndex()).value<Qt ::ConnectionType>();
49}
50
51void MethodInvocationDialog::setArgumentModel(QAbstractItemModel *model)
52{

Callers 1

methodActivatedMethod · 0.80

Calls 1

itemDataMethod · 0.45

Tested by

no test coverage detected