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

Method OutputParserModel

src/tools/ecode/uibuildsettings.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 explicit OutputParserModel( std::vector<ProjectBuildOutputParserConfig>& data,
22 std::function<String( const std::string&, const String& )> i18n ) :
23 mData( data ), i18n( i18n ) {
24 mColumnNames.push_back( i18n( "type", "Type" ) );
25 mColumnNames.push_back( i18n( "pattern", "Pattern" ) );
26 }
27
28 virtual ~OutputParserModel() {}
29

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected