summaryrefslogtreecommitdiffstats
path: root/tools/linguist/shared/profileevaluator.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-08-06 14:45:23 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-08-06 14:45:49 (GMT)
commit7d605af42a72f35481e5dad9f279f6b5d5cda2f2 (patch)
tree0351f98c16e210f6e16dfb2b3aaf28c8f7da50d1 /tools/linguist/shared/profileevaluator.cpp
parenta3ee22515135a29b17f4b1a9ac56b12ebcf92fcb (diff)
downloadQt-7d605af42a72f35481e5dad9f279f6b5d5cda2f2.zip
Qt-7d605af42a72f35481e5dad9f279f6b5d5cda2f2.tar.gz
Qt-7d605af42a72f35481e5dad9f279f6b5d5cda2f2.tar.bz2
nicer way to deal with missing support for template class friends
Diffstat (limited to 'tools/linguist/shared/profileevaluator.cpp')
-rw-r--r--tools/linguist/shared/profileevaluator.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/linguist/shared/profileevaluator.cpp b/tools/linguist/shared/profileevaluator.cpp
index 5a9095a..fe22067 100644
--- a/tools/linguist/shared/profileevaluator.cpp
+++ b/tools/linguist/shared/profileevaluator.cpp
@@ -256,10 +256,8 @@ public:
ProFile *m_prevProFile; // See m_prevLineNo
};
-#if (!defined(__GNUC__) || __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 3)) && !defined(__SUNPRO_CC)
Q_DECLARE_TYPEINFO(ProFileEvaluator::Private::State, Q_PRIMITIVE_TYPE);
Q_DECLARE_TYPEINFO(ProFileEvaluator::Private::ProLoop, Q_MOVABLE_TYPE);
-#endif
ProFileEvaluator::Private::Private(ProFileEvaluator *q_)
: q(q_)