MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / VariableChooser

Method VariableChooser

src/common/widget/variablechooser.cpp:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278VariableChooser::VariableChooser(QWidget *parent)
279 : DDialog(parent),
280 d(new VariableChooserPrivate(this))
281{
282 d->initUI();
283 d->initConnect();
284 addMacroExpander(globalMacroExpander());
285}
286
287VariableChooser::~VariableChooser()
288{

Callers

nothing calls this directly

Calls 2

initUIMethod · 0.45
initConnectMethod · 0.45

Tested by

no test coverage detected