summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-21 15:12:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-21 15:12:50 -0600
commit0ce5097f680e79ad15c78a4531d8c693b27f322b (patch)
treecbbe2b3d354c105c26f853744a2787bf8aeb116d
parent70ee85a0b24bf57b7fafe399a57eee50dc1a0bc9 (diff)
downloadqt3-0ce5097f.tar.gz
qt3-0ce5097f.zip
Export QAuBucket symbols
-rw-r--r--src/kernel/qsound.h2
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();
};