summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/profileevaluator.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-05-13 10:32:24 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-07-20 12:30:34 (GMT)
commita76c1d097f14e93517f27debde806da4fd7498b9 (patch)
tree5ce74e84616f907aad6d76d4b498686e9f47cb5a /tools/linguist/shared/profileevaluator.h
parentc22f9b0ab5446b229cdf998187f063077432b288 (diff)
downloadQt-a76c1d097f14e93517f27debde806da4fd7498b9.zip
Qt-a76c1d097f14e93517f27debde806da4fd7498b9.tar.gz
Qt-a76c1d097f14e93517f27debde806da4fd7498b9.tar.bz2
put condition state variables into a structure
to enable cleaner save/restore - for later cherry-picked 51f5ee959f58ee198e0fc51e2ad0161c612bf8d1 and 3104e4c121f3209890823db69a7c09d644b90951 from creator
Diffstat (limited to 'tools/linguist/shared/profileevaluator.h')
-rw-r--r--tools/linguist/shared/profileevaluator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/linguist/shared/profileevaluator.h b/tools/linguist/shared/profileevaluator.h
index 688022b..88b7590 100644
--- a/tools/linguist/shared/profileevaluator.h
+++ b/tools/linguist/shared/profileevaluator.h
@@ -95,6 +95,9 @@ public:
private:
class Private;
Private *d;
+
+ // This doesn't help gcc 3.3 ...
+ template<typename T> friend class QTypeInfo;
};
QT_END_NAMESPACE