summaryrefslogtreecommitdiffstats
path: root/amarok/src/collectiondb.h
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/collectiondb.h')
-rw-r--r--amarok/src/collectiondb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/amarok/src/collectiondb.h b/amarok/src/collectiondb.h
index 8244ed77..b9a42d53 100644
--- a/amarok/src/collectiondb.h
+++ b/amarok/src/collectiondb.h
@@ -227,6 +227,9 @@ class LIBAMAROK_EXPORT CollectionDB : public TQObject, public EngineObserver
void tagsChanged( const TQString &oldArtist, const TQString &oldAlbum );
void imageFetched( const TQString &remoteURL ); //for fetching remote podcast images
+ // Cross-thread communication
+ void startScrobblerSimilarArtistsFetch(const TQString &);
+
public:
CollectionDB();
~CollectionDB();