MCPcopy Create free account
hub / github.com/KDE/kdiff3 / addEntriesFromString

Method addEntriesFromString

src/CvsIgnoreList.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void CvsIgnoreList::addEntriesFromString(const QString& dir, const QString& str)
62{
63 const QStringList patternList = str.split(' ');
64 for(const QString& pattern: patternList)
65 {
66 addEntry(dir, pattern);
67 }
68}
69
70/*
71 We don't have a real file in AUTOTEST mode

Callers

nothing calls this directly

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected