From 91bef5f1e3c76d32d15be55a020fa1df3d525a50 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 22 Apr 2003 14:11:34 +0000 Subject: blah. must remember to think before committing. --- (limited to 'noncore/multimedia/opierec/wavFile.h') diff --git a/noncore/multimedia/opierec/wavFile.h b/noncore/multimedia/opierec/wavFile.h index 53740e0..b70c09d 100644 --- a/noncore/multimedia/opierec/wavFile.h +++ b/noncore/multimedia/opierec/wavFile.h @@ -27,8 +27,8 @@ typedef struct { class WavFile : public QObject { Q_OBJECT public: - WavFile( QObject * parent,const QString &fileName, bool newFile, int sampleRate, - int channels , int resolution, int format); + WavFile( QObject * parent=0,const QString &fileName=0, bool newFile=0, int sampleRate=0, + int channels=0 , int resolution=0, int format=0); ~WavFile(); wavhdr hdr; bool adjustHeaders(int fd, int total); -- cgit v0.9.0.2