tests/auto/bic/qbic.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 4 3b1da2848fc7
--- a/tests/auto/bic/qbic.cpp	Wed Apr 21 12:15:23 2010 +0300
+++ b/tests/auto/bic/qbic.cpp	Wed Apr 21 20:15:53 2010 +0300
@@ -57,6 +57,10 @@
 
 bool QBic::isBlacklisted(const QString &className) const
 {
+    // all templates are blacklisted
+    if (className.contains('<'))
+        return true;
+
     for (int i = 0; i < blackList.count(); ++i)
         if (blackList.at(i).exactMatch(className))
             return true;