comparison base/base.pro @ 392:183ee2a55fc7

* More work to abstract out interactive components used in the data library, so that it does not need to depend on QtGui.
author Chris Cannam
date Fri, 14 Mar 2008 17:14:21 +0000
parents 5858cc462d0a
children 9d70f577d6f5
comparison
equal deleted inserted replaced
391:5858cc462d0a 392:183ee2a55fc7
24 Playable.h \ 24 Playable.h \
25 PlayParameterRepository.h \ 25 PlayParameterRepository.h \
26 PlayParameters.h \ 26 PlayParameters.h \
27 Preferences.h \ 27 Preferences.h \
28 Profiler.h \ 28 Profiler.h \
29 ProgressPrinter.h \
30 ProgressReporter.h \
29 PropertyContainer.h \ 31 PropertyContainer.h \
30 RangeMapper.h \ 32 RangeMapper.h \
31 RealTime.h \ 33 RealTime.h \
32 RecentFiles.h \ 34 RecentFiles.h \
33 Resampler.h \ 35 Resampler.h \
52 Pitch.cpp \ 54 Pitch.cpp \
53 PlayParameterRepository.cpp \ 55 PlayParameterRepository.cpp \
54 PlayParameters.cpp \ 56 PlayParameters.cpp \
55 Preferences.cpp \ 57 Preferences.cpp \
56 Profiler.cpp \ 58 Profiler.cpp \
59 ProgressPrinter.cpp \
60 ProgressReporter.cpp \
57 PropertyContainer.cpp \ 61 PropertyContainer.cpp \
58 RangeMapper.cpp \ 62 RangeMapper.cpp \
59 RealTime.cpp \ 63 RealTime.cpp \
60 RecentFiles.cpp \ 64 RecentFiles.cpp \
61 Resampler.cpp \ 65 Resampler.cpp \