MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / getActiveDialog

Method getActiveDialog

src/forms/Dialog/ActionDialog.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27ActionDialog *ActionDialog::getActiveDialog() {
28 return activeDialog;
29}
30
31
32void ActionDialog::setActiveDialog(ActionDialog *dlg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected