~tomahawk-importer/tomahawk/master

« back to all changes in this revision

Viewing changes to src/libtomahawk/collection/Collection.cpp.orig

  • Committer: Harald Sitter
  • Date: 2014-10-30 00:21:51 UTC
  • Revision ID: apachelogger@ubuntu.com-20141030002151-u0fpgokztyv21mw5
Tags: 26f87e8b7ad79a64519bb6c156856247a1e870c0
Applying changes from a298f60b74c057cd594d19b251cc010e8929431e to 26f87e8b7ad79a64519bb6c156856247a1e870c0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28925
28925
{
28926
28926
    qDebug() << Q_FUNC_INFO;
28927
28927
}
 
28928
 
 
28929
 
 
28930
void
 
28931
Collection::loadPlaylists()
 
28932
{
 
28933
    qDebug() << Q_FUNC_INFO;
 
28934
}
 
28935
 
 
28936
 
 
28937
void
 
28938
Collection::loadAutoPlaylists()
 
28939
{
 
28940
    qDebug() << Q_FUNC_INFO;
 
28941
}
 
28942
 
 
28943
 
 
28944
void
 
28945
Collection::loadStations()
 
28946
{
 
28947
    qDebug() << Q_FUNC_INFO;
 
28948
}