From 5f885e684a59944549fff563c3e4dd7c50a668b4 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Fri, 11 Sep 2009 14:35:34 +0200 Subject: Compile fix for windows Reviewed-by: TrustMe --- src/corelib/tools/qbytearray.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qbytearray.h b/src/corelib/tools/qbytearray.h index 9621dbf..14425ba 100644 --- a/src/corelib/tools/qbytearray.h +++ b/src/corelib/tools/qbytearray.h @@ -372,7 +372,7 @@ private: friend class QByteRef; friend class QString; - friend QByteArray qUncompress(const uchar *data, int nbytes); + friend Q_CORE_EXPORT QByteArray qUncompress(const uchar *data, int nbytes); public: typedef Data * DataPtr; inline DataPtr &data_ptr() { return d; } -- cgit v0.12