summaryrefslogtreecommitdiffstats
path: root/src/library/library.cpp
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2017-12-01 17:10:30 +0100
committerUwe Klotz <uwe_klotz@web.de>2017-12-01 17:48:13 +0100
commit6c92735b9e10da95cd9884a93d95a9fd1801ed16 (patch)
tree84466c15d49579b5e9886c6c01099bdcb36c2ffd /src/library/library.cpp
parent2d8941693197ce4710673d1ec6723d0f521ce844 (diff)
Use the terms "evict" and "cache" in conjunction
...to illustrate their relationship.
Diffstat (limited to 'src/library/library.cpp')
-rw-r--r--src/library/library.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/library.cpp b/src/library/library.cpp
index 2c5599a314..17fa3e8b73 100644
--- a/src/library/library.cpp
+++ b/src/library/library.cpp
@@ -422,6 +422,6 @@ void Library::slotSetTrackTableRowHeight(int rowHeight) {
emit(setTrackTableRowHeight(rowHeight));
}
-void Library::evictTrack(Track* pTrack) {
+void Library::onEvictingTrackFromCache(Track* pTrack) {
m_pTrackCollection->saveTrack(pTrack);
}