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

Method onSpliterClicked

src/plugins/codeeditor/gui/tabwidget.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void TabWidgetPrivate::onSpliterClicked(Qt::Orientation ori)
397{
398 const auto &fileName = tabBar->currentFileName();
399 emit q->splitRequested(ori, fileName);
400}
401
402void TabWidgetPrivate::onCursorRecordChanged(int pos)
403{

Callers

nothing calls this directly

Calls 1

currentFileNameMethod · 0.80

Tested by

no test coverage detected