comparison base/base.pro @ 156:059b0322009c

* Replace all uses of ConfigFile with QSettings
author Chris Cannam
date Thu, 03 Aug 2006 16:04:00 +0000
parents 21792a550ec9
children 04baa690f90d
comparison
equal deleted inserted replaced
155:ae9be6b6b522 156:059b0322009c
16 HEADERS += AudioLevel.h \ 16 HEADERS += AudioLevel.h \
17 AudioPlaySource.h \ 17 AudioPlaySource.h \
18 Clipboard.h \ 18 Clipboard.h \
19 Command.h \ 19 Command.h \
20 CommandHistory.h \ 20 CommandHistory.h \
21 ConfigFile.h \
22 Exceptions.h \ 21 Exceptions.h \
23 Pitch.h \ 22 Pitch.h \
24 PlayParameterRepository.h \ 23 PlayParameterRepository.h \
25 PlayParameters.h \ 24 PlayParameters.h \
26 Preferences.h \ 25 Preferences.h \
40 ZoomConstraint.h 39 ZoomConstraint.h
41 SOURCES += AudioLevel.cpp \ 40 SOURCES += AudioLevel.cpp \
42 Clipboard.cpp \ 41 Clipboard.cpp \
43 Command.cpp \ 42 Command.cpp \
44 CommandHistory.cpp \ 43 CommandHistory.cpp \
45 ConfigFile.cpp \
46 Exceptions.cpp \ 44 Exceptions.cpp \
47 Pitch.cpp \ 45 Pitch.cpp \
48 PlayParameterRepository.cpp \ 46 PlayParameterRepository.cpp \
49 PlayParameters.cpp \ 47 PlayParameters.cpp \
50 Preferences.cpp \ 48 Preferences.cpp \