summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudioformat.h
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-01-14 07:00:03 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-01-14 07:00:03 (GMT)
commitf17aeadf56818e5f20e20eb91450e66adb88c99b (patch)
treea20785cafd67c7624f967a6eea3eabb3f4f5400c /src/multimedia/audio/qaudioformat.h
parent862d5433fb694a03715b2327a107b3192b921924 (diff)
parentecd0b1744442cba83d9bcad899f7b09cb99f2d92 (diff)
downloadQt-f17aeadf56818e5f20e20eb91450e66adb88c99b.zip
Qt-f17aeadf56818e5f20e20eb91450e66adb88c99b.tar.gz
Qt-f17aeadf56818e5f20e20eb91450e66adb88c99b.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-multimedia-team: Revert "Frequency to SampleRate and channels to channelCount." missed Revert "Frequency to SampleRate and channels to channelCount." Revert "Added setChannelCount() to QAudioFormat."
Diffstat (limited to 'src/multimedia/audio/qaudioformat.h')
-rw-r--r--src/multimedia/audio/qaudioformat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/multimedia/audio/qaudioformat.h b/src/multimedia/audio/qaudioformat.h
index b255907..cb58d1c 100644
--- a/src/multimedia/audio/qaudioformat.h
+++ b/src/multimedia/audio/qaudioformat.h
@@ -76,12 +76,6 @@ public:
void setFrequency(int frequency);
int frequency() const;
- void setSampleRate(int samplerate);
- int sampleRate() const;
-
- void setChannelCount(int channels);
- int channelCount() const;
-
void setChannels(int channels);
int channels() const;