Home
last modified time | relevance | path

Searched refs:m_podcastUrl (Results 1 – 6 of 6) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/umscollection/
H A DUmsCollection.cpp310 m_podcastUrl = QUrl::fromLocalFile( m_mountPoint ); in init()
311 m_podcastUrl = m_podcastUrl.adjusted(QUrl::StripTrailingSlash); in init()
312m_podcastUrl.setPath(m_podcastUrl.path() + QLatin1Char('/') + ( entries.readPathEntry( s_podcastFo… in init()
313 m_podcastUrl.setPath( QDir::cleanPath(m_podcastUrl.path()) ); in init()
595 settings->m_podcastCheckBox->setChecked( !m_podcastUrl.isEmpty() ); in slotConfigure()
598 : m_podcastUrl ); in slotConfigure()
665 if( settings->m_podcastFolder->url() != m_podcastUrl ) in slotConfigure()
667 debug() << "podcast location changed from " << m_podcastUrl << " to "; in slotConfigure()
669 m_podcastUrl = QUrl(settings->m_podcastFolder->url()); in slotConfigure()
676 m_podcastUrl = QUrl(); in slotConfigure()
[all …]
H A DUmsCollection.h140 const QUrl &podcastUrl() const { return m_podcastUrl; } in podcastUrl()
219 QUrl m_podcastUrl; variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libmygpo-qt5/src/
H A DEpisodeAction.cpp38 …: QObject( parent ), q( qq ), m_podcastUrl( podcastUrl ), m_episodeUrl( episodeUrl ), m_deviceName… in EpisodeActionPrivate()
57 m_podcastUrl = s.toUrl(); in parse()
181 return m_podcastUrl; in podcastUrl()
H A DEpisode.cpp60 m_podcastUrl = s.toUrl(); in parse()
171 return m_podcastUrl; in podcastUrl()
H A DEpisode_p.h53 QUrl m_podcastUrl; variable
H A DEpisodeAction_p.h51 QUrl m_podcastUrl; variable