MCPcopy Create free account
hub / github.com/KDE/kid3 / FileProxyModelIterator

Method FileProxyModelIterator

src/core/model/fileproxymodeliterator.cpp:36–39  ·  view source on GitHub ↗

* Constructor. * * @param model file proxy model */

Source from the content-addressed store, hash-verified

34 * @param model file proxy model
35 */
36FileProxyModelIterator::FileProxyModelIterator(FileProxyModel* model)
37 : QObject(model), m_model(model), m_numDone(0), m_aborted(false)
38{
39}
40
41/**
42 * Abort operation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected