Mercurial > hg > svcore
comparison plugin/plugins/SamplePlayer.cpp @ 405:65311fb86166
* Merge rev 1048 (build fixes) from rdf-import branch
author | Chris Cannam |
---|---|
date | Tue, 29 Apr 2008 09:44:44 +0000 |
parents | 11cacfe5d127 |
children | bdc9bb371a9f |
comparison
equal
deleted
inserted
replaced
404:4884fba80e00 | 405:65311fb86166 |
---|---|
19 | 19 |
20 #include "SamplePlayer.h" | 20 #include "SamplePlayer.h" |
21 | 21 |
22 #include <dssi.h> | 22 #include <dssi.h> |
23 #include <cmath> | 23 #include <cmath> |
24 #include <cstdlib> | |
24 | 25 |
25 #include <QMutexLocker> | 26 #include <QMutexLocker> |
26 #include <QDir> | 27 #include <QDir> |
27 #include <QFileInfo> | 28 #include <QFileInfo> |
28 | 29 |