MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / appendPivot

Method appendPivot

ElaWidgetTools/ElaPivot.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void ElaPivot::appendPivot(const QString& pivotTitle)
84{
85 Q_D(ElaPivot);
86 d->_listModel->appendPivot(pivotTitle);
87 d->_checkCurrentIndex();
88}
89
90void ElaPivot::removePivot(const QString& pivotTitle)
91{

Callers 1

T_NavigationMethod · 0.45

Calls 1

_checkCurrentIndexMethod · 0.80

Tested by

no test coverage detected