summaryrefslogtreecommitdiffstats
path: root/src/analyserqueue.h
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.h
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.h')
-rw-r--r--src/analyserqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyserqueue.h b/src/analyserqueue.h
index 207353732f..508e85d33a 100644
--- a/src/analyserqueue.h
+++ b/src/analyserqueue.h
@@ -25,7 +25,7 @@ class AnalyserQueue : public QThread {
static AnalyserQueue* createDefaultAnalyserQueue(
ConfigObject<ConfigValue>* _config, TrackCollection* pTrackCollection);
- static AnalyserQueue* createPrepareViewAnalyserQueue(
+ static AnalyserQueue* createViewAnalyserQueue(
ConfigObject<ConfigValue>* _config, TrackCollection* pTrackCollection);
public slots: