Home
last modified time | relevance | path

Searched refs:m_magnatuneTimestamp (Results 1 – 2 of 2) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/magnatune/
H A DMagnatuneStore.cpp95 , m_magnatuneTimestamp( 0 ) in MagnatuneStore()
387 if ( m_magnatuneTimestamp == 0 ) in doneParsing()
390 config.setLastUpdateTimestamp( m_magnatuneTimestamp ); in doneParsing()
603 m_magnatuneTimestamp = magnatuneTimestamp; in timestampDownloadComplete()
H A DMagnatuneStore.h231 qulonglong m_magnatuneTimestamp; variable