Home
last modified time | relevance | path

Searched refs:m_namedBatchImportProfile (Results 1 – 4 of 4) sorted by relevance

/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dkid3application.h1611 QScopedPointer<BatchImportProfile> m_namedBatchImportProfile; variable
H A Dkid3application.cpp1627 if (!m_namedBatchImportProfile) { in batchImport()
1628 m_namedBatchImportProfile.reset(new BatchImportProfile); in batchImport()
1631 profileName, *m_namedBatchImportProfile)) { in batchImport()
1632 batchImport(*m_namedBatchImportProfile, tagVersion); in batchImport()
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dkid3application.h1611 QScopedPointer<BatchImportProfile> m_namedBatchImportProfile; variable
H A Dkid3application.cpp1627 if (!m_namedBatchImportProfile) { in batchImport()
1628 m_namedBatchImportProfile.reset(new BatchImportProfile); in batchImport()
1631 profileName, *m_namedBatchImportProfile)) { in batchImport()
1632 batchImport(*m_namedBatchImportProfile, tagVersion); in batchImport()