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

Method currentWidget

src/common/widget/variablechooser.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273QWidget *VariableChooserPrivate::currentWidget() const
274{
275 return lineEdit ? lineEdit : nullptr;
276}
277
278VariableChooser::VariableChooser(QWidget *parent)
279 : DDialog(parent),

Callers 15

reloadBlameMethod · 0.80
showRepoViewMenuMethod · 0.80
reloadMethod · 0.80
updateUiFromWatcherMethod · 0.80
showHistoryViewMethod · 0.80
showBlameViewMethod · 0.80
showDiffViewMethod · 0.80
updateWindowTitleMethod · 0.80
eventFilterMethod · 0.80
initTabWidgetMethod · 0.80
setProcessFinishedMethod · 0.80
slotCloseOutputPaneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected