MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / initialize

Method initialize

gui/resultstree.cpp:199–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void ResultsTree::initialize(QSettings *settings, ApplicationList *list, ThreadHandler *checkThreadHandler)
200{
201 mSettings = settings;
202 mApplications = list;
203 mThread = checkThreadHandler;
204 loadSettings();
205}
206
207ResultItem *ResultsTree::createNormalItem(const QString &text, QSharedPointer<ErrorItem> errorItem, ResultItem::Type type, int errorPathIndex)
208{

Callers 1

MainWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected