MCPcopy Create free account
hub / github.com/cxasm/notepad-- / Length

Method Length

src/qscint/src/ListBoxQt.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156
157int QsciListBoxQt::Length()
158{
159 Q_ASSERT(slb);
160
161 return slb->count();
162}
163
164
165void QsciListBoxQt::Select(int n)

Callers 1

pasteFromClipboardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected