summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opierec/device.h
authorllornkcor <llornkcor>2003-04-22 14:11:34 (UTC)
committer llornkcor <llornkcor>2003-04-22 14:11:34 (UTC)
commit91bef5f1e3c76d32d15be55a020fa1df3d525a50 (patch) (unidiff)
treee0b3070ce281e641d1a71273516b8d386e69a090 /noncore/multimedia/opierec/device.h
parent84be228e70b7d36627a8610386f44b6928d35d6a (diff)
downloadopie-91bef5f1e3c76d32d15be55a020fa1df3d525a50.zip
opie-91bef5f1e3c76d32d15be55a020fa1df3d525a50.tar.gz
opie-91bef5f1e3c76d32d15be55a020fa1df3d525a50.tar.bz2
blah. must remember to think before committing.
Diffstat (limited to 'noncore/multimedia/opierec/device.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opierec/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/multimedia/opierec/device.h b/noncore/multimedia/opierec/device.h
index 2d4d2fc..f92be98 100644
--- a/noncore/multimedia/opierec/device.h
+++ b/noncore/multimedia/opierec/device.h
@@ -7,7 +7,7 @@
7class Device : public QObject { 7class Device : public QObject {
8 Q_OBJECT 8 Q_OBJECT
9public: 9public:
10 Device( QObject * parent, const char * dspStr, const char * mixerStr, bool record ); 10 Device( QObject * parent=0, const char * dspStr=0, const char * mixerStr=0, bool record=0 );
11 ~Device() {}; 11 ~Device() {};
12 bool closeDevice( bool); 12 bool closeDevice( bool);
13 int getChannels(); 13 int getChannels();