MCPcopy Create free account
hub / github.com/SpartanJ/eepp / columnCount

Method columnCount

src/tools/ecode/universallocator.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 size_t rowCount( const ModelIndex& ) const override { return mInfo.size(); };
24
25 size_t columnCount( const ModelIndex& ) const override { return 2; }
26
27 Variant data( const ModelIndex& index, ModelRole role ) const override {
28 if ( index.row() >= (Int64)mInfo.size() )

Callers 1

updateLocateBarSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected