diff options
author | Timothy Pearson <[email protected]> | 2012-02-21 15:12:50 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-21 15:12:50 -0600 |
commit | 0ce5097f680e79ad15c78a4531d8c693b27f322b (patch) | |
tree | cbbe2b3d354c105c26f853744a2787bf8aeb116d | |
parent | 70ee85a0b24bf57b7fafe399a57eee50dc1a0bc9 (diff) | |
download | qt3-0ce5097f680e79ad15c78a4531d8c693b27f322b.tar.gz qt3-0ce5097f680e79ad15c78a4531d8c693b27f322b.zip |
Export QAuBucket symbols
-rw-r--r-- | src/kernel/qsound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qsound.h b/src/kernel/qsound.h index d81d41f..dfcbfe6 100644 --- a/src/kernel/qsound.h +++ b/src/kernel/qsound.h @@ -96,7 +96,7 @@ private: QAuBucket is whatever you want. */ -class QAuBucket { +class Q_EXPORT QAuBucket { public: virtual ~QAuBucket(); }; |