summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2012-05-04 15:27:56 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-10 03:24:18 +0200
commit9fb539085eb0cb415fb1b02708eda72c5d372353 (patch)
tree1d2a1b9a0969b2b28ab3ee6e5f207163aa9b8298 /src/corelib/io/qdebug.h
parent7e0562c5ff18e2ddd72bccd133a762fd37e50eba (diff)
QtCore: mark some classes as shared
Change-Id: I811d3eebd87c230883cc579c20f9fa4e14ff9521 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qdebug.h')
-rw-r--r--src/corelib/io/qdebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/io/qdebug.h b/src/corelib/io/qdebug.h
index f0e59c8c65..4d546a9ca1 100644
--- a/src/corelib/io/qdebug.h
+++ b/src/corelib/io/qdebug.h
@@ -127,6 +127,8 @@ public:
{ stream->ts << m; return *this; }
};
+Q_DECLARE_SHARED(QDebug)
+
class QNoDebug
{
public: