summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-11 10:52:42 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-11 11:33:52 (GMT)
commit48257d751a76699e548e59b76fc79303ef328375 (patch)
treecba19d06bda6350460a710efd641f17503aed906 /src/corelib/tools
parent2aaa0cd24c4cf34c2c0e953ef77ef846a64cd11a (diff)
downloadQt-48257d751a76699e548e59b76fc79303ef328375.zip
Qt-48257d751a76699e548e59b76fc79303ef328375.tar.gz
Qt-48257d751a76699e548e59b76fc79303ef328375.tar.bz2
Almost 200 symbols that didn't need to be exported.
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qringbuffer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qringbuffer_p.h b/src/corelib/tools/qringbuffer_p.h
index 3a0901d..eed4ba9 100644
--- a/src/corelib/tools/qringbuffer_p.h
+++ b/src/corelib/tools/qringbuffer_p.h
@@ -58,7 +58,7 @@
QT_BEGIN_NAMESPACE
-class Q_CORE_EXPORT QRingBuffer
+class QRingBuffer
{
public:
inline QRingBuffer(int growth = 4096) : basicBlockSize(growth) {