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

Method tabWidget

src/plugins/codeeditor/find/editordocumentfind.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49TabWidget *EditorDocumentFindPrivate::tabWidget() const
50{
51 auto tw = qobject_cast<TabWidget *>(q->parent());
52 Q_ASSERT(tw);
53
54 return tw;
55}
56
57QWidget *EditorDocumentFindPrivate::autoAdjustCurrentEditor()
58{

Callers

nothing calls this directly

Calls 1

parentMethod · 0.45

Tested by

no test coverage detected