diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-09-11 12:35:34 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-09-11 12:37:11 (GMT) |
commit | 799c921e27b7321f8b912428e5fb45022a6581bd (patch) | |
tree | cc4806bf3130176bbd1e065cd765d78bb9c48cb2 /src/corelib/tools | |
parent | 203721da4d1fe32a92854ca8edd9e47339832e30 (diff) | |
download | Qt-799c921e27b7321f8b912428e5fb45022a6581bd.zip Qt-799c921e27b7321f8b912428e5fb45022a6581bd.tar.gz Qt-799c921e27b7321f8b912428e5fb45022a6581bd.tar.bz2 |
Compile fix for windows
Reviewed-by: TrustMe
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qbytearray.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |