summaryrefslogtreecommitdiffstats
path: root/src/analyserqueue.cpp
diff options
context:
space:
mode:
authorMax Linke <kain88@mixxx.org>2013-07-06 17:56:43 +0200
committerMax Linke <kain88@mixxx.org>2013-07-06 17:56:43 +0200
commit905ce1bc6bf1f4570d9fa0470be6a46657d6b1d3 (patch)
treeb876c406ae7459b813f322f82d52b80a939ad681 /src/analyserqueue.cpp
parent4c12988d3715de63f27614047bdbf79ea3b45d17 (diff)
Rename every occurence of prepare with analysis
If you are new to the code the name prepare for everything that is related to the analysisview can be confusing. Renaming them will make it easier to see what the classes are being used for
Diffstat (limited to 'src/analyserqueue.cpp')
-rw-r--r--src/analyserqueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyserqueue.cpp b/src/analyserqueue.cpp
index 8486a7b8d9..fbf2536cb8 100644
--- a/src/analyserqueue.cpp
+++ b/src/analyserqueue.cpp
@@ -403,7 +403,7 @@ AnalyserQueue* AnalyserQueue::createDefaultAnalyserQueue(
}
// static
-AnalyserQueue* AnalyserQueue::createPrepareViewAnalyserQueue(
+AnalyserQueue* AnalyserQueue::createViewAnalyserQueue(
ConfigObject<ConfigValue>* _config, TrackCollection* pTrackCollection) {
AnalyserQueue* ret = new AnalyserQueue(pTrackCollection);