diff options
Diffstat (limited to 'tools/linguist/shared/profileevaluator.h')
-rw-r--r-- | tools/linguist/shared/profileevaluator.h | 3 |
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 |